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

README: Add Yorick (the 71st implementation)

This commit is contained in:
Dov Murik 2017-09-22 21:14:35 +00:00
parent 21986733a1
commit a366531121

View File

@ -6,7 +6,7 @@
Mal is a Clojure inspired Lisp interpreter.
Mal is implemented in 70 languages:
Mal is implemented in 71 languages:
* Ada
* GNU awk
@ -78,6 +78,7 @@ Mal is implemented in 70 languages:
* VHDL
* Vimscript
* Visual Basic.NET
* Yorick
Mal is a learning tool. See the [make-a-lisp process
@ -1006,6 +1007,17 @@ make
mono ./stepX_YYY.exe
```
### Yorick
*The Yorick implementation was created by [Dov Murik](https://github.com/dubek)*
The Yorick implementation of mal was tested on Yorick 2.2.04.
```
cd yorick
yorick -batch ./stepX_YYY.i
```
## Running tests