Documentation
¶
Overview ¶
Package main provides the entry point for the Wile Scheme interpreter binary.
The wile command provides an interactive REPL and file execution mode:
wile # Start interactive REPL wile file.scm # Execute file wile --file file.scm # Execute file (explicit flag) wile --file file.scm -i # Execute file, then enter REPL wile --version # Print version and exit wile --mcp # Start MCP server on stdio
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.