1
1
mirror of https://github.com/kanaka/mal.git synced 2024-08-16 09:10:48 +03:00

Add Janet info to README and update counts

This commit is contained in:
sogaiu 2020-11-15 23:20:58 +09:00
parent ba1e604220
commit f0095064b9

View File

@ -78,6 +78,7 @@ FAQ](docs/FAQ.md) where I attempt to answer some common questions.
| [Haxe](#haxe-neko-python-c-and-javascript) (Neko, Python, C++, & JS) | [Joel Martin](https://github.com/kanaka) |
| [Hy](#hy) | [Joel Martin](https://github.com/kanaka) |
| [Io](#io) | [Dov Murik](https://github.com/dubek) |
| [Janet|(#janet) | [sogaiu](https://github.com/sogaiu) |
| [Java](#java-17) | [Joel Martin](https://github.com/kanaka) |
| [JavaScript](#javascriptnode) ([Demo](http://kanaka.github.io/mal)) | [Joel Martin](https://github.com/kanaka) |
| [jq](#jq) | [Ali MohammadPur](https://github.com/alimpfard) |
@ -579,6 +580,15 @@ cd impls/io
io ./stepX_YYY.io
```
### Janet
The Janet implementation of mal has been tested with Janet version 1.12.2.
```
cd impls/janet
janet ./stepX_YYY.janet
```
### Java 1.7
The Java implementation of mal requires maven2 to build.