Skip to main content

Questions tagged [colorforth]

Use this tag for questions about colorForth, a Forth dialect that uses colors of source code to identify token types

16 votes
2 answers
394 views

Is colorForth's unique syntactic approach helpful to the programmer?

colorForth, from Forth creator Chuck Moore, is a dialect of Forth where colour of the source text is semantically important. There is no typical syntax: programs are pure sequences of words, where the ...
Michael Homer's user avatar
  • 13.1k