* eval.c (scm_unmemocopy): Fixed unmemoization of let*.
[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
NJ
7@page
8@node The Scheme shell (scsh)
9@chapter The Scheme shell (scsh)
effc9024
KR
10@cindex SCSH
11@cindex Scheme Shell
a0e07ba4 12
a42b5e5b
GH
13An incomplete port of the Scheme shell (scsh) is available for Guile
14as a separate package. The current status of guile-scsh can be found at
15@url{http://arglist.com/guile/}.
a0e07ba4 16
a42b5e5b 17For information about scsh see
d703aba5 18@url{http://www.scsh.net/}.
a0e07ba4 19
a42b5e5b 20The closest emulation of scsh can be obtained by running:
a0e07ba4
NJ
21
22@smalllisp
23(load-from-path "scsh/init")
24@end smalllisp
a42b5e5b
GH
25
26See the USAGE file supplied with guile-scsh for more details.