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

README: add Groovy info. Bump count to 34.

This commit is contained in:
Joel Martin 2015-05-19 11:06:06 -07:00
parent a9cd654347
commit 7ab0f63e30

View File

@ -4,7 +4,7 @@
Mal is a Clojure inspired Lisp interpreter.
Mal is implemented in 33 different languages:
Mal is implemented in 34 different languages:
* Bash shell
* C
@ -16,6 +16,7 @@ Mal is implemented in 33 different languages:
* Factor
* Forth
* Go
* Groovy
* GNU Guile
* Haskell
* Java
@ -194,6 +195,18 @@ make
```
### Groovy
The Groovy implementation of mal requires Groovy to run and has been
tested with Groovy 1.8.6.
```
cd groovy
make
groovy ./stepX_YYY.groovy
```
### Haskell
Install the Haskell compiler (ghc/ghci), the Haskell platform and