An interpreter which aims to:
- support a subset of Scheme (not strictly meets R5RS, though)
- run on browsers with the power of rust-wasm
Upstream work: trunk
yarn run watch
Random thoughts might come across to you during the implementation:
- Follow your heart and compiler; rust compiler shows informative error messages.