Table of contents

Forth

programming_language

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 _01495378_a3ed_497c_b299_b75897828784 Curto _01495378_a3ed_497c_b299_b75897828784->_63d9a43e_f462_4b80_b9d1_5d81b0447c69 _01495378_a3ed_497c_b299_b75897828784->__1:cluster_59b70d27_4aea_497e_858b_ad72eccd76bb _447ab8ea_404d_4bf8_a793_5fbd5b6c5fcf Programming _447ab8ea_404d_4bf8_a793_5fbd5b6c5fcf->_a2deaf33_ca2b_485a_8edc_8f3cc6d00061 _8735c318_d0f2_4c0f_8bd6_cc8e0e2ae030 Tumble Forth _8735c318_d0f2_4c0f_8bd6_cc8e0e2ae030->__2:cluster_59b70d27_4aea_497e_858b_ad72eccd76bb _b2b31fcb_d73a_4fe5_b917_e5311ba41114 Forth for the Complete Idiot _b2b31fcb_d73a_4fe5_b917_e5311ba41114->__3:cluster_59b70d27_4aea_497e_858b_ad72eccd76bb __4: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)