|
Shell sessions and scheme sessions |
|
In a “shell session” it is possible to evaluate shell
commands. All input and output is verbatim. No particular command-line
utilities (such as completion mechanisms) have been implemented yet.
The output of the shell command is displayed gradually as the program
executes.
In a “Scheme session” you can
evaluate Guile/Scheme
programs. The input should be verbatim text. The input is evaluated
and the result is displayed. No gradual output mechanism has been
implemented yet for Scheme session.
© 1998–2002 Joris van der Hoeven
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.1 or
any later version published by the Free Software Foundation; with no
Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
Texts. A copy of the license is included in the section entitled
"GNU Free Documentation License".