scheme

command
v1.4.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 21, 2026 License: Apache-2.0 Imports: 20 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL