guile

GNU Scheme interpreter and compiler for embedded scripting

brewmacoslinux
Try with needOr install directly
Source

About

GNU Ubiquitous Intelligent Language for Extensions

Commands

guileguild

Examples

Start an interactive Scheme REPL$ guile
Execute a Scheme script file$ guile script.scm
Evaluate a Scheme expression from command line$ guile -c "(display (+ 2 3))"