diff options
| author | Chouser <chouser@n01se.net> | 2015-02-21 13:14:58 -0500 |
|---|---|---|
| committer | Chouser <chouser@n01se.net> | 2015-02-21 13:22:44 -0500 |
| commit | 9603289087755c880fbb16b7e36eedef940237be (patch) | |
| tree | c778c4319f93c89b85879c0dd60914813c4cf3db | |
| parent | b6607ac70f99ec0e465e3de1d9b397fea9b562ef (diff) | |
| download | mal-9603289087755c880fbb16b7e36eedef940237be.tar.gz mal-9603289087755c880fbb16b7e36eedef940237be.zip | |
forth: Update README
| -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 |
