aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: e37aa5d1fc21c0d89223348540244e4cffd3f9ec (plain) (blame)
1
2
3
4
5
# Cute scheme
Cute scheme is a partial r7rs implementation with a focus on ease of
implementation and a reusable library. The frontend is written in r7rs
Scheme, and compiles to a bytecode defined in encoding.csc. The bytecode
interpreter is written in Rust.