Add the following command-line options to Scheme. They are processed
before the init file (typically called ".scheme.init") is loaded:
Option Keyword Effect
-------------- ------
-eval EVALuate the expressions following the keyword
in the USER-INITIAL-ENVIRONMENT, up to (but
not including) the next option that starts
with a hyphen.
-load LOAD the files following the keyword, up to
(but not including) the next option that
starts with a hyphen.
-no-init-file Do not load the init file. Name chosen to be
consistent with Emacs.