gauche

R7RS Scheme implementation designed as a handy script interpreter

brewmacoslinux
Try with needOr install directly
Source

About

R7RS Scheme implementation, developed to be a handy script interpreter

Commands

goshgauche-configgauche-install

Examples

Execute a Scheme script file$ gosh script.scm
Run Scheme code interactively in REPL$ gosh
Execute inline Scheme expression$ gosh -e '(display "Hello, World!") (newline)'