Forth

Forth - Mecrisp Stellaris

Forth & Arduino

Forth retro architectures

Theory

ForthWin

Forth Dimensions

JFAR (Journal of Forth Application and Research )

Projects

People

FIG (Forth Interest Group)

Tutorial

Color Forth

Color Time Purpose
White Ignored Comment (ignored by assembler)
Gray Compile Literal Instruction (packed by assembler)
Red Compile Add name/address pair to dictionary.
Yellow number Compile Immediately push number (assembly-time)
Yellow word Compile Immediately call (i.e. assembly-time macro)
Green number Execute Compile literal (pack @p and value)
Green word Execute Compile call/jump (to defined red word)
Blue Display Format word (editor display-time)

https://blogs.msdn.microsoft.com/ashleyf/2013/11/02/the-beautiful-simplicity-of-colorforth/ (May be wrong)?!

Archive