flang is a lisp implementation that follows the mal process but does not strictly aderes to it.
flang is implemented in Rust and is based on the Rust implementation of mal by Joel Martin.
cargo run --bin flang repl
user> (print "hello world")
hello world