gambit-scheme

Scheme interpreter and compiler with high-performance runtime

brewmacoslinux
Try with needOr install directly
Source

About

Implementation of the Scheme Language

Commands

gsigsc

Examples

Start interactive Scheme REPL$ gsi
Compile a Scheme source file to executable$ gsc -exe program.scm -o program
Execute a Scheme script directly$ gsi script.scm