]> git.donarmstrong.com Git - lilypond.git/blob - guile18/doc/ref/scsh.texi
Import guile-1.8 as multiple upstream tarball component
[lilypond.git] / guile18 / doc / ref / scsh.texi
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 @page
8 @node The Scheme shell (scsh)
9 @section The Scheme shell (scsh)
10 @cindex SCSH
11 @cindex Scheme Shell
12
13 An incomplete port of the Scheme shell (scsh) is available for Guile
14 as a separate package.  The current status of guile-scsh can be found at
15 @url{http://arglist.com/guile/}.
16
17 For information about scsh see
18 @url{http://www.scsh.net/}.
19
20 The closest emulation of scsh can be obtained by running:
21
22 @smalllisp
23 (load-from-path "scsh/init")
24 @end smalllisp
25
26 See the USAGE file supplied with guile-scsh for more details.