tinyscheme — a tiny Scheme implementation
Contents
Name
tinyscheme — a tiny Scheme implementation
Options
Without options, tinyscheme enters a read-eval-print loop.
-? Show a usage message.
-1 Run a script with arguments.
Synopsis
tinyscheme [ -? ]
tinyschemefile [ file2 ... ]
tinyscheme -1 file [ args ... ]
