bigloo

Scheme implementation with object system, C, and Java interfaces

brewmacoslinux
Try with needOr install directly
Source

About

Scheme implementation with object system, C, and Java interfaces

Commands

bigloobglaunch

Examples

Compile a Scheme source file to an executable$ bigloo -o myprogram myprogram.scm
Start an interactive Scheme REPL$ bigloo
Compile Scheme to C code$ bigloo -c myprogram.scm