Use proper types for hash/assoc functions in `hashtab.h'.
[bpt/guile.git] / 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 @lisp
23 (load-from-path "scsh/init")
24 @end lisp
25
26 See the USAGE file supplied with guile-scsh for more details.