Implementing Forth in Go and C

(eli.thegreenplace.net)

7 points | by ingve 3 days ago ago

2 comments

  • stevekemp 2 days ago

    I once implemented something like forth, in a tutorial-based fashion based on a thread I found on hacker news:

    https://github.com/skx/foth

    As per the original post this would be "user-level" not "hacker-level". I keep meaning to go back and do it properly, but instead I hacked up a simple Z80-based implementation and exhausted my interest in forth for the moment.

  • stevekemp 2 days ago

    Seems like this post duplicates https://news.ycombinator.com/item?id=45039301