This repo mentions that threaded code is often used in Forth implementations, amongst other things.
One of the best descriptions of threaded code and how Forth works in general is the Jonesforth[1] source code, written in a literate programming style. The prose is excellent and the whole thing is worth reading through.
One of the best descriptions of threaded code and how Forth works in general is the Jonesforth[1] source code, written in a literate programming style. The prose is excellent and the whole thing is worth reading through.
https://github.com/nornagon/jonesforth/blob/master/jonesfort...