diff options
| -rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -4,13 +4,14 @@ Mal is an Clojure inspired Lisp interpreter. -Mal is implemented in 24 different languages: +Mal is implemented in 25 different languages: * Bash shell * C * C# * Clojure * CoffeeScript +* Forth * Go * Haskell * Java @@ -105,6 +106,13 @@ cd coffee coffee ./stepX_YYY ``` +### Forth + +``` +cd forth +gforth stepX_YYY.fs +``` + ### Go You Go implementation of mal requires that go is installed on on the |
