Lisp written in Rust as part of of fun learning exercise!
Install
Clone
git clone {repo_url}
Run
cargo run
orcargo test
- autofix clippy errors:
rustup run nightly cargo clippy --fix -Z unstable-options
TODO
TODO
TODO
The two main reference points are
- norvigs toy lisp impl: from which we got the basics
- Racket lisp: the lisp implementation that we aim to (right now we are not very close but the ideal is to make something like Ractket syntax wise)
- Racket lisp
()
vs[]