FORTH and Threaded Interpretive Languages

first previous next last


Max-Gerd Retzlaff, 5. July 2008

https://entropia.de/GPN7

Jonesforth by Richard W. M. Jones

INDIRECT THREADED CODE -------------------------------------------------------------- Four things not yet mentioned: (1) How do you call into a function? (2) What goes in the codeword for the FORTH words? (3) What does EXIT do? (4) How do you compile a function which does anything except call other functions? 13