Documentation
¶
Overview ¶
Package main provides the entry point for the Wile Scheme interpreter binary.
The scheme command provides an interactive REPL and file execution mode:
scheme # Start interactive REPL scheme file.scm # Execute file scheme --file file.scm # Execute file (explicit flag) scheme --file file.scm -i # Execute file, then enter REPL scheme --version # Print version and exit
Library search paths can be configured via the -L flag or SCHEME_LIBRARY_PATH environment variable. The command uses BSD sysexits.h exit codes.
Click to show internal directories.
Click to hide internal directories.