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

Add link to Rust implementation by Tim Morgan.

This commit is contained in:
Joel Martin 2018-08-25 17:30:33 -05:00
parent a520ffd9a1
commit 9581ba403e

View File

@ -891,6 +891,8 @@ cd rust
cargo run --release --bin stepX_YYY
```
There is also a separate implementation in [Rust by Tim Morgan](https://github.com/seven1m/mal-rust).
### Scala ###
Install scala and sbt (http://www.scala-sbt.org/0.13/tutorial/Installing-sbt-on-Linux.html):