How would one code an application in Forth (or Factor)?...
Read MoreWhy is : y : x ; legal? What does it mean?...
Read MoreHow to order the arguments in Forth...
Read MoreSyntactic sugar for making new dictionary entries + other operations in Gforth...
Read MoreCreate a new word from string on stack in Forth...
Read MoreHow to avoid overwriting built-in words?...
Read MoreHow to insert literals in a colon definition?...
Read MoreForth: What is the standard way to define a word using machine code?...
Read MoreRestrictions on stack use when defining words?...
Read MoreReverse the data stack using loops...
Read MoreHow can I get a words string representation on the data stack in Forth (gforth)?...
Read MoreA weird problem in Forth when printing out the data stack and floating-point stack...
Read MoreHow can I check whether enough arguments are passed to a word in Forth?...
Read MoreMaking use of the return stack in the fibsum example in Forth...
Read Moregforth : Attempt to use zero-length string as a name...
Read MoreWhat implementation of Forth should I use for learning Forth?...
Read MoreSave and restart a forth 'image'...
Read More