Skip Navigation
13 comments
  • Not knowing forth, why would you ever want this language?

    • Besides the fun of stretching your mental muscles to think in a different paradigm, Forth is usually used in the embedded devices domain (like that of the earlier Mars rover I forgot the name of).

      This project for me is mostly for the excitement and joy I get out of implementing a Forth (which is usually done in Assembler and C) on the JVM. While I managed to keep the semantics the same the underlying machinery is vastly different from, say, GForth. I find this quite a pleasing exercise.

      Last but not least, if you like concatenative but were unable to practice fun on the JVM, bjForth may be what you're looking for.

      Hope this answers your question.

      • It looks to me to be the same paradigm as pure functional languages, is this false? The only difference to lisp seems syntactic.

13 comments