Search code examples
A faulty algorithm for subtraction of big integers in Forth...


arraysalgorithmbigintegerforthgforth

Read More
Why does Skia include a Forth interpreter?...


forthskia

Read More
In Forth, what happens if I call DOES> twice?...


forth

Read More
In Forth, how many characters does 'expect' read?...


forth

Read More
How to write a while() loop in Gforth...


forthgforth

Read More
Big integer in Forth?...


bigintegerforthgforth

Read More
Forth code formatting guide...


code-formattingforth

Read More
Load from the terminal input buffer to parameter stack...


forthgforth

Read More
Is it okay to use dictionary memory without 'allot'?...


memory-managementforth

Read More
What's the lifetime of S" ..." in Forth?...


memory-managementforth

Read More
Catching exceptions from a loop...


forthgforth

Read More
Show the return stack...


forthgforth

Read More
Stack underflow on multiple string concatenations using Gforth...


stringalgorithmforthgforthstackunderflow

Read More
How to implement LOOP in a FORTH-like language interpreter written in C...


cloopsinterpreterregex-lookaroundsforth

Read More
Forth - convert ASCII code to char...


forth

Read More
Return stack operations generate "invalid memory address" in Gforth 0.7...


forth

Read More
Unix shebang with Gforth...


shebangforthgforth

Read More
How do I control where new Forth words will be compiled?...


forthgforth

Read More
How do you in-place sort an array of integers in Forth?...


arrayssortingforth

Read More
How do I create a basic class and instance of that class in Forth?...


classoopobjectforthgforth

Read More
Forth stack comments with return stack...


forth

Read More
Function pointers table in C...


cfunction-pointersinterpreterforth

Read More
gforthmi segmentation fault...


segmentation-faultforthgforth

Read More
Print definition of a function in Forth...


forthgforth

Read More
Add literal space character to pictured numeric output...


string-formattingforth

Read More
Copy statically allocated string into dynamically allocated one...


stringmemory-managementforth

Read More
Add an integer value to a floating point value in Gforth...


forthgforth

Read More
How to include spaces in file names in GForth (GNU Forth)?...


windowsmacosunixforthgforth

Read More
Forth as an interactive C program tester...


testinginteractiveforth

Read More
Custom interpreter...


forth

Read More
BackNext