From 9603289087755c880fbb16b7e36eedef940237be Mon Sep 17 00:00:00 2001 From: Chouser Date: Sat, 21 Feb 2015 13:14:58 -0500 Subject: forth: Update README --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3