commands.sh

scheme

all

MIT Scheme language interpreter and REPL (interactive shell).

More info →

Examples (5)

Start a REPL (interactive shell)

Run a scheme program (with no REPL output)

scheme < script.scm --quiet

Load a scheme program into the REPL

scheme --load script.scm

Load scheme expressions into the REPL

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

Open the REPL in quiet mode

scheme --quiet
made by @shridhargupta | data from tldr-pages