sagittarius-scheme

Scheme interpreter implementing R6RS and R7RS standards

brewmacoslinux
Try with needOr install directly
Source

About

Free Scheme implementation supporting R6RS and R7RS

Commands

sagittarius

Examples

run a scheme script file$ sagittarius script.scm
start interactive scheme repl$ sagittarius
execute scheme code from command line$ sagittarius -e '(+ 1 2)'
compile scheme code to bytecode$ sagittarius -c script.scm -o script.soc
load and run scheme program with arguments$ sagittarius -r7 script.scm arg1 arg2