colorForth is a programming language from the Forth programming language's original designer, Chuck Moore, developed in the 1990s. There was an earlier predecessor called 386 OK which appeared for sale at Silicon Valley Forth Interest Group (SV-Fig) meetings in 1992
An idiosyncratic programming environment, the colors simplify Forth's semantics, speed compilation, and are said to aid Chuck's own poor eyesight: colorForth uses different colors in...
more
colorForth is a programming language from the Forth programming language's original designer, Chuck Moore, developed in the 1990s. There was an earlier predecessor called 386 OK which appeared for sale at Silicon Valley Forth Interest Group (SV-Fig) meetings in 1992
An idiosyncratic programming environment, the colors simplify Forth's semantics, speed compilation, and are said to aid Chuck's own poor eyesight: colorForth uses different colors in its source code (replacing some of the punctuation in Forth) to determine how different words are treated.
colorForth was originally developed as the scripting language for Chuck's own homebrew VLSI CAD program OKAD , with which he develops custom Forth processors. As the language gained utility, he rewrote his CAD program in it, spruced up the environment, and released it to the public. It has since gained a small following, spurred much debate in the Forth community, and sprung offshoots for other processors and operating environments. The...
less