Hacker News new | ask | show | jobs
by Extigy 1615 days ago
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.

https://github.com/nornagon/jonesforth/blob/master/jonesfort...

1 comments

I would have never understood how to implement threaded code without Jonesforth. I highly recommend it.