This is a Rust implementation of mal that I created for fun. It includes most of the features of the original mal, sufficient enough to run the mal implementation of mal.
Clone and run it:
git clone https://github.com/OgGhostJelly/mal.git
cd mal
cargo run