GNU Info

Info Node: (guile.info)The Scheme shell (scsh)

(guile.info)The Scheme shell (scsh)


Next: Tcl/Tk Interface Prev: Expect Up: Top
Enter node , (file) or (file)node

The Scheme shell (scsh)
***********************

An incomplete port of the Scheme shell (scsh) 0.5.1 is available for
Guile.  The idea is to allow Scheme code using scsh interfaces to be run
inside the Guile interpreter.

For information about scsh on the Web see
<http://www-swiss.ai.mit.edu/scsh/scsh.html>.  The original scsh is
available by ftp from <ftp://swiss-ftp.ai.mit.edu:/pub/su>.

The scsh code is distributed as a separate module, guile-scsh, which
must be installed somewhere in Guile's load path before it can be used.
This is similar to the installation of slib (you may want to install
that first, since it's needed before scsh can run in Guile: see Note:
SLIB for details).

This port of scsh does not currently use the Guile module system, but
can be initialized with:

     (load-from-path "scsh/init")


automatically generated by info2www version 1.2.2.9