kawa

Scheme implementation for Java platform with full language support

brewmacoslinux
Try with needOr install directly
Source

About

Programming language for Java (implementation of Scheme)

Commands

kawa

Examples

Start interactive REPL for evaluating Scheme expressions$ kawa
Execute a Scheme script file$ kawa script.scm
Compile Scheme code to Java bytecode$ kawa -d output.class program.scm