*** empty log message ***
[bpt/guile.git] / doc / ref / scsh.texi
CommitLineData
a0e07ba4
NJ
1@page
2@node The Scheme shell (scsh)
3@chapter The Scheme shell (scsh)
4
a42b5e5b
GH
5An incomplete port of the Scheme shell (scsh) is available for Guile
6as a separate package. The current status of guile-scsh can be found at
7@url{http://arglist.com/guile/}.
a0e07ba4 8
a42b5e5b
GH
9For information about scsh see
10@url{http://www-swiss.ai.mit.edu/ftpdir/scsh/}.
a0e07ba4 11
a42b5e5b 12The closest emulation of scsh can be obtained by running:
a0e07ba4
NJ
13
14@smalllisp
15(load-from-path "scsh/init")
16@end smalllisp
a42b5e5b
GH
17
18See the USAGE file supplied with guile-scsh for more details.