Search code examples
What does "local variable" mean in the Forth programming language?...


forthgforth

Read More
How do you keep track of all strings allocated in Forth and free them on time?...


memory-managementheap-memoryforthgforth

Read More
Deallocate memory previously allocated to a variable (using create)...


memory-managementforthgforth

Read More
How can I stop Apple’s compiler Clang impersonating GCC?...


macosgcccompiler-errorsclanggforth

Read More
Implementing exponentiation in Forth...


forthgforth

Read More
Gforth random generator has no seed...


randomgforth

Read More
Syntactic sugar for making new dictionary entries + other operations in Gforth...


forthgforth

Read More
Compiling Gforth without Gforth?...


macosforthgforth

Read More
How to avoid overwriting built-in words?...


forthgforth

Read More
Restrictions on stack use when defining words?...


stackforthgforth

Read More
Does CREATE waste space?...


memoryforthgforth

Read More
Files I/O handling in Forth...


forthgforth

Read More
Reverse the data stack using loops...


forthgforth

Read More
How can I get a words string representation on the data stack in Forth (gforth)?...


forthgforth

Read More
A weird problem in Forth when printing out the data stack and floating-point stack...


forthgforth

Read More
How can I check whether enough arguments are passed to a word in Forth?...


forthgforth

Read More
Making use of the return stack in the fibsum example in Forth...


forthgforth

Read More
gforth : using the return stack...


forthgforth

Read More
gforth : Attempt to use zero-length string as a name...


forthgforth

Read More
Save and restart a forth 'image'...


forthgforth

Read More
how to trap/disable CTRL+C in GFORTH...


forthctrlgforth

Read More
Gforth storing string values in variables...


stringvariablesforthgforth

Read More
Gforth can't find script it's supposed to start...


linuxgforth

Read More
How to include a C library in Forth...


includeffiforthgforth

Read More
How would one go about implementing a vector or dynamic array in forth?...


forthgforth

Read More
Where can I find a Forth / Gforth API?...


forthgforth

Read More
How can I exit Forth with a non-zero exit status?...


forthgforth

Read More
How can I access a shadowed definition in Forth?...


forthgforth

Read More
Get day name from a user specified date in Gforth...


calendarcalculationdate-arithmeticforthgforth

Read More
Multiline command-line editing in Gforth console...


forthgforth

Read More
BackNext