What does "local variable" mean in the Forth programming language?...
Read MoreHow do you keep track of all strings allocated in Forth and free them on time?...
Read MoreWhat is the behaviour of :NONAME when included in another definition...
Read MoreDeallocate memory previously allocated to a variable (using create)...
Read MoreImplementing exponentiation in Forth...
Read MoreHow is SAVE-INPUT/RESTORE-INPUT implemented?...
Read MoreHow would one code an application in Forth (or Factor)?...
Read MoreForth: Use 'I' as its value with 'CHAR'...
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 More