MIT Scheme language interpreter and REPL (interactive shell). More information: https://www.gnu.org/software/mit-scheme/documentation/stable/mit-scheme-user.html#Command_002dLine-Options.
scheme
scheme --quiet < {{script.scm}}
scheme --load {{script.scm}}
scheme --eval "{{(define foo 'x)}}"
scheme --quiet