R
Rainer Weikusat
[...]
I think 'threaded code' would be the appropriate term.
The compiler will loop over the source
text building the byte code[1], the interpreter will loop over the byte
code.
[...]
[1] Is there a more generic term for this? It's not *byte* code after
all.
I think 'threaded code' would be the appropriate term.