scheme Command Examples

MIT Scheme language interpreter and REPL (interactive shell). More information: https://www.gnu.org/software/mit-scheme.

scheme

scheme --quiet < {{script.scm}}

scheme --load {{script.scm}}

scheme --eval "{{(define foo 'x)}}"

scheme --quiet