This is my own implementation of mal in Rust.
I wrote a little about my experience building this here.
The main mal repo already has a Rust implementation, so I'll keep this here.
This has been tested with Rust version 1.33.0.
make rust
rust/target/release/stepA_mal
rust/target/release/stepA_mal examples/hello.mal
Mal is copyright Joel Martin and licensed under the MPL 2.0 (Mozilla Public License 2.0). See LICENSE for more details.