Search code examples
How would one code an application in Forth (or Factor)?...


stackforthfactor-lang

Read More
Why is : y : x ; legal? What does it mean?...


forth

Read More
Print double quotes in Forth...


forth

Read More
How to order the arguments in Forth...


argumentsparameter-passingcoding-styleconventionsforth

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


forthgforth

Read More
Compiling Gforth without Gforth?...


macosforthgforth

Read More
do, ?do and loop implementation...


implementationforth

Read More
Semantic of double WHILE...


forth

Read More
Create a new word from string on stack in Forth...


forth

Read More
How CREATE and buffers works?...


compilationforth

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


forthgforth

Read More
How to insert literals in a colon definition?...


implementationliteralsforthz80

Read More
Forth: What is the standard way to define a word using machine code?...


assemblyforth

Read More
Redefined but still alive...


forth

Read More
How to enter numbers in Forth...


forth

Read More
How exit a BEGIN loop in Forth?...


breakforthflow-control

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


stackforthgforth

Read More
Does CREATE waste space?...


memoryforthgforth

Read More
Forth, interpreted or compiled?...


compilationforth

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
How to define VALUE and TO...


forth6502

Read More
gforth : using the return stack...


forthgforth

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


forthgforth

Read More
What implementation of Forth should I use for learning Forth?...


ideforth

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


forthgforth

Read More
BackNext