Merge branch 'master' into wip-manual-2
[bpt/guile.git] / doc / ref / scsh.texi
CommitLineData
2da09c3f
MV
1@c -*-texinfo-*-
2@c This is part of the GNU Guile Reference Manual.
3@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004
4@c Free Software Foundation, Inc.
5@c See the file guile.texi for copying conditions.
6
a0e07ba4 7@node The Scheme shell (scsh)
3229f68b 8@section The Scheme shell (scsh)
effc9024
KR
9@cindex SCSH
10@cindex Scheme Shell
a0e07ba4 11
a42b5e5b
GH
12An incomplete port of the Scheme shell (scsh) is available for Guile
13as a separate package. The current status of guile-scsh can be found at
14@url{http://arglist.com/guile/}.
a0e07ba4 15
a42b5e5b 16For information about scsh see
d703aba5 17@url{http://www.scsh.net/}.
a0e07ba4 18
a42b5e5b 19The closest emulation of scsh can be obtained by running:
a0e07ba4 20
aba0dff5 21@lisp
a0e07ba4 22(load-from-path "scsh/init")
aba0dff5 23@end lisp
a42b5e5b
GH
24
25See the USAGE file supplied with guile-scsh for more details.