From the title alone I tought it will be another FORTH interpreter implementation article, but I was happy to see someone actually using it for anything besides proving their interpreter with a Fibonacci calculation.
Yep, given that implementing Forth is so easy (easier even than implementing Lisp) pretty soon nearly every Forth programmer decides to take their turn doing it themselves.
macintux|23 days ago
https://news.ycombinator.com/item?id=46918824
d3nit|23 days ago
jhbadger|23 days ago
stevekemp|23 days ago
Once you start writing really complex programs the system gets painful and hard. But trivial things are easy, and the consistency is so appealing.
absynth|23 days ago