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 MoreDeallocate memory previously allocated to a variable (using create)...
Read MoreHow can I stop Apple’s compiler Clang impersonating GCC?...
Read MoreImplementing exponentiation in Forth...
Read MoreGforth random generator has no seed...
Read MoreSyntactic sugar for making new dictionary entries + other operations in Gforth...
Read MoreHow to avoid overwriting built-in words?...
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 MoreSave and restart a forth 'image'...
Read Morehow to trap/disable CTRL+C in GFORTH...
Read MoreGforth storing string values in variables...
Read MoreGforth can't find script it's supposed to start...
Read MoreHow to include a C library in Forth...
Read MoreHow would one go about implementing a vector or dynamic array in forth?...
Read MoreWhere can I find a Forth / Gforth API?...
Read MoreHow can I exit Forth with a non-zero exit status?...
Read MoreHow can I access a shadowed definition in Forth?...
Read MoreGet day name from a user specified date in Gforth...
Read MoreMultiline command-line editing in Gforth console...
Read More