aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index eab655c..c444b27 100644
--- a/README.md
+++ b/README.md
@@ -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