sagittarius-scheme

Free Scheme implementation supporting R6RS and R7RS standards

brewmacoslinux
Try with needOr install directly
Source

About

Free Scheme implementation supporting R6RS and R7RS

Commands

sagittarius

Examples

Start the interactive REPL$ sagittarius
Execute a Scheme script file$ sagittarius script.scm
Compile a Scheme file to bytecode$ sagittarius -c script.scm -o script.so