Search code examples
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
How to order the arguments in Forth...


forth

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
How do I compile to arbitrary memory and execute it in Forth?...


forthgforth

Read More
What is RDROP in Forth?...


forthgforthwin32forth

Read More
Calling fgets in RISC-V assembly on Spike/PK...


stdinfgetsriscvforthnewlib

Read More
Executing dynamically generated code on RISC-V...


memory-managementpagingriscvforthriscv32

Read More
What is the most common filename extension of a Forth source code file?...


conventionsforth

Read More
Compile an anonymous word in a compiled word...


compilationmetaprogrammingforth

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


stringstackforthgforthcodepoint

Read More
In Forth is the top parameter to ERASE a number of cells or a number of bytes?...


forth

Read More
64-bit multiply/divide without 64-bit multiply or divide instructions...


matharm64-bitcortex-mforth

Read More
Copy-on-write for stacks...


stackbigintegerpostfix-notationforthcopy-on-write

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


forthgforth

Read More
BackNext