further discouraged excision
[bpt/guile.git] / doc / ref / scsh.texi
... / ...
CommitLineData
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
7@node The Scheme shell (scsh)
8@section The Scheme shell (scsh)
9@cindex SCSH
10@cindex Scheme Shell
11
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/}.
15
16For information about scsh see
17@url{http://www.scsh.net/}.
18
19The closest emulation of scsh can be obtained by running:
20
21@lisp
22(load-from-path "scsh/init")
23@end lisp
24
25See the USAGE file supplied with guile-scsh for more details.