Search code examples
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 do you keep track of all strings allocated in Forth and free them on time?...


memory-managementheap-memoryforthgforth

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
What does "local variable" mean in the Forth programming language?...


forthgforth

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


memory-managementforthgforth

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


forthgforth

Read More
Is it possible to call the Windows API from Forth?...


winapiforthgforth

Read More
How do I compile to arbitrary memory and execute it in Forth?...


forthgforth

Read More
What is RDROP in Forth?...


forthgforthwin32forth

Read More
Gforth - How to get codepoints of a string?...


stringstackforthgforthcodepoint

Read More
Is there a word for a conditional exit in Forth?...


forthgforth

Read More
Writing a text file into an array on Forth...


arraystext-filesforthgforth

Read More
BackNext