You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A scheme interpreter in rust.
(Mostly) fully featured with some basic garbage collection and tail call optimization.
Garbage collector frequency can be customized from the command line.
Supports nearly all scheme builtin procedures and macros.