1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-21 02:27:10 +03:00

Merge pull request #331 from vi/patch-1

Add link to my Rust implementation
This commit is contained in:
Joel Martin 2018-11-28 20:49:25 -06:00 committed by GitHub
commit 784ad0354a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -891,7 +891,10 @@ 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).
Alternative out-of-tee Rust implementations:
* [by Tim Morgan](https://github.com/seven1m/mal-rust).
* [by vi](https://github.com/vi/mal-rust-vi) - using [Pest](https://pest.rs/) grammar, not using typical Mal infrastructure (cargo-ized steps and built-in converted tests).
### Scala ###