temporarily disable elisp exception tests
[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, 2010
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) was once available for
13Guile as a separate package. However this code has bitrotten
14somewhat. The pieces are available in Guile's legacy CVS repository,
15which may be browsed at
16@url{http://cvs.savannah.gnu.org/viewvc/guile/guile-scsh/?root=guile}.
17
18For information about scsh see
19@url{http://www.scsh.net/}.
20
21This bitrotting is a bit of a shame, as there is a good deal of
22well-written Scheme code in scsh. Adopting this code and porting it to
23current Guile should be an educational experience, in addition to
24providing something of value to Guile folks.