blob: b4ddcba3cd02553f00fa0e91358e2afb34eb7b7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
@c -*-texinfo-*-
@c This is part of the GNU Guile Reference Manual.
@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004, 2010
@c Free Software Foundation, Inc.
@c See the file guile.texi for copying conditions.
@node The Scheme shell (scsh)
@section The Scheme shell (scsh)
@cindex SCSH
@cindex Scheme Shell
An incomplete port of the Scheme shell (scsh) was once available for
Guile as a separate package. However this code has bitrotten
somewhat. The pieces are available in Guile's legacy CVS repository,
which may be browsed at
@url{http://cvs.savannah.gnu.org/viewvc/guile/guile-scsh/?root=guile}.
For information about scsh see
@url{http://www.scsh.net/}.
This bitrotting is a bit of a shame, as there is a good deal of
well-written Scheme code in scsh. Adopting this code and porting it to
current Guile should be an educational experience, in addition to
providing something of value to Guile folks.
|