Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 937 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 937 Bytes

sir

Build Status

What's this?

An interpreter which aims to:

  • support a subset of Scheme (not strictly meets R5RS, though)
  • run on browsers with the power of rust-wasm

Development

Upstream work: trunk

yarn run watch

Relevant Documents

Thoughts

Random thoughts might come across to you during the implementation:

  • Follow your heart and compiler; rust compiler shows informative error messages.