Threaded code: Difference between revisions

Content deleted Content added
disambig link formatting
Added reference to Bashforth under string threading and made the previous sentence less verbose and more grammatically correct.
Line 51:
 
Less often used are
*String threading: In which operations are identified by strings, usually looked-up by a hash table. This was used in Charles Moore's earliest Forth implementations, and also in the [[University of Illinois]]'s experimental hardware-interpreted computer language. It is also used in [[Bashforth]].
* [[return threading]]
* [[call threading]]