scheme48

Scheme byte-code interpreter and compiler for the Scheme programming language

brewmacoslinux
Try with needOr install directly
Source

About

Scheme byte-code interpreter

Commands

scheme48

Examples

Start the interactive Scheme48 REPL$ scheme48
Load and execute a Scheme script file$ scheme48 < script.scm
Compile a Scheme file to byte-code$ scheme48 -c '(load "file.scm")'