Hacker News new | ask | show | jobs
A Meta-compiler, an implementation of eForth, and a tutorial on both (howerj.github.io)
1 points by qgc 1665 days ago
1 comments

People may be interested in James' other stuff

https://howerj.github.io/

https://howerj.github.io/libforth/libforth.htm

Although Embed is the more mature project than libforth.

I really liked having a full explanation line-by-line. If you're interested in Forth, JonesForth is another classic literate program: https://github.com/nornagon/jonesforth/blob/master/jonesfort...