1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-11 13:55:55 +03:00

forth: Update README

This commit is contained in:
Chouser 2015-02-21 13:14:58 -05:00
parent b6607ac70f
commit 9603289087

View File

@ -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