mit-scheme

MIT/GNU Scheme development tools and runtime library

brewmacoslinux
Try with needOr install directly
Source

About

MIT/GNU Scheme development tools and runtime library

Commands

schememit-scheme

Examples

Start an interactive Scheme REPL$ scheme
Execute a Scheme script file$ scheme < script.scm
Run Scheme code directly from command line$ scheme --eval '(+ 1 2)'