Table of contents

Forth

programming_language

%3 cluster_59b70d27_4aea_497e_858b_ad72eccd76bb Forth cluster_a4c4ef4d_bf3e_44c6_9d7c_30cce142b37a Dialects _a2deaf33_ca2b_485a_8edc_8f3cc6d00061 Color-forth _63d9a43e_f462_4b80_b9d1_5d81b0447c69 UXN _63d9a43e_f462_4b80_b9d1_5d81b0447c69->__0:cluster_59b70d27_4aea_497e_858b_ad72eccd76bb _58f2ce69_c75c_4ac0_a1bd_b9a0e94b4a8e Stack programming languages _447ab8ea_404d_4bf8_a793_5fbd5b6c5fcf Programming _447ab8ea_404d_4bf8_a793_5fbd5b6c5fcf->_a2deaf33_ca2b_485a_8edc_8f3cc6d00061 __1:cluster_59b70d27_4aea_497e_858b_ad72eccd76bb->_58f2ce69_c75c_4ac0_a1bd_b9a0e94b4a8e

The quintessential Stack programming language.

Dialects

Color-forth

programming_language

  • Each word of code has a tag that indicates it's function, and it's rendered as color of the word

    • Comments are white

    • Red words are being defined

    • Green words are compiled

    • Yellow words are executed on compile time

    • Grey words are inserted by the compiler to indicate state of the produced code (eg. number of words used)