From 9bd2b1ef868fd3621c73355b966fd336762a67f3 Mon Sep 17 00:00:00 2001 From: Vitaly Shukela Date: Sat, 10 Nov 2018 00:24:56 +0300 Subject: [PATCH] Add link to my Rust implementation I assume this README serves as a wiki for collecting impls. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ecda6ebd..9e6585e6 100644 --- a/README.md +++ b/README.md @@ -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 ###