Search code examples
Save and restart a forth 'image'...

forthgforth

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

forthctrlgforth

Read More
How can I write my own colon definition in ColorForth?...

forthcolor-forth

Read More
Gforth storing string values in variables...

stringvariablesforthgforth

Read More
Forth: associate a name with a memory address...

memoryforth

Read More
How does the colorForth /mod algorithm work?...

divisioninteger-divisionforthcolor-forth

Read More
How is a Forth value different from a variable?...

forth

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
What are the primitive Forth operators?...

operatorsinterpretervm-implementationforth

Read More
Memory management in Forth...

memory-managementheap-memoryforth

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 do I compile Forth code for the J1 CPU?...

compilationfpgaforth

Read More
What might cause a SIGILL (other than an illegal instruction) on RISC-V?...

assemblygdbjitriscvforth

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
Skip over input stream in ATLAST forth...

parsinginputforth

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
Real world usage of concatenative programming languages...

forthfactor-langconcatenative-language

Read More
Get n-th element from stack in Forth...

forth

Read More
How do I implement an array of strings?...

arraysstringforth

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
Can a Forth-like language be implemented with just one stack?...

stackforthconcatenative-language

Read More
Is there a Forth static analyzer for stack effects?...

forth

Read More
Is there a difference between Forth vocabularies and word lists?...

forth

Read More
Strategy for AMD64 cache optimization - stacks, symbols, variables and strings tables...

assemblyoptimizationx86-64gnu-assemblerforth

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

winapiforthgforth

Read More
BackNext