scm2

This is the second iteration of my series of PL research projects. See scm1 for our initial implementation.

scm2 is a R7RS compliant implementation of scheme. It is much more usable than scm1 and has no style or dependency restrictions. We make use of various libraries available in the Rust ecosystem and write in a reader-friendly manner.

Here are the goals for scm1:

In the Scheme/Lisp world the norm is for more implementations per author than authors per implementation.