1
1
mirror of https://github.com/kanaka/mal.git synced 2024-10-26 14:22:25 +03:00

rexx: Add Rexx to main README

This commit is contained in:
Dov Murik 2017-07-20 12:07:01 +00:00
parent 33a372916d
commit 44a3e2ef70

View File

@ -6,7 +6,7 @@
Mal is a Clojure inspired Lisp interpreter.
Mal is implemented in 66 languages:
Mal is implemented in 67 languages:
* Ada
* GNU awk
@ -63,6 +63,7 @@ Mal is implemented in 66 languages:
* RPython
* R
* Racket
* Rexx
* Ruby
* Rust
* Scala
@ -808,6 +809,18 @@ cd racket
./stepX_YYY.rkt
```
### Rexx
*The Rexx implementation was created by [Dov Murik](https://github.com/dubek)*
The Rexx implementation of mal has been tested with Regina Rexx 3.6.
```
cd rexx
make
rexx -a ./stepX_YYY.rexxpp
```
### Ruby (1.9+)
```