IKARUS(1) | General Commands Manual | IKARUS(1) |
ikarus - Scheme Programming Language
ikarus -h
ikarus [-b bootfile] --r6rs-script scriptfile [opts]
ikarus [-b bootfile] [files] [opts]
The ikarus command starts the Ikarus Scheme system. Invoking ikarus without options enters a read-eval-print loop.
If the option [-b <bootfile>] is provided, the bootfile is used as the system's initial boot file from which the environment is initialized. If the -b option is not supplied, the default boot file is used. The current default boot file location is "/usr/lib/ikarus/ikarus.boot". Consult the Ikarus Scheme User's Guide for more details.
/usr/lib/ikarus/ikarus.boot
none
The wrapper scheme-script(1) is useful for writing Scheme scripts that use ikarus.
Further documentation is available in /usr/share/doc/ikarus/ikarus-scheme-users-guide.pdf and at http://www.cs.indiana.edu/~aghuloum/ikarus/.
ikarus was written by Abdulaziz Ghuloum.
This manual page was written by Barak A. Pearlmutter <bap@debian.org> while packaging ikarus for Debian.
November 27, 2007 |