Hacker News new | ask | show | jobs
by jsymolon 1441 days ago
In my AVR phase, I build a FORTH interpreter using the jonesforth page.

Nice introduction to threaded interpreters.

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