Content deleted Content added
Added reference to Bashforth under string threading and made the previous sentence less verbose and more grammatically correct. |
|||
Line 31:
Some Forth compilers compile Forth programs into direct-threaded code. Other Forth compilers compile those same Forth programs into indirect-threaded code. The programs act the same either way.
==
Not content to stop there, programmers have developed other related techniques to make programs even more compact (although they are slower than threaded code).
|