summaryrefslogtreecommitdiff
path: root/doc/ref/scsh.texi
blob: 56177e78ffc7045207565f40d985c5b23a6ad523 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@page
@node The Scheme shell (scsh)
@chapter The Scheme shell (scsh)

An incomplete port of the Scheme shell (scsh) is available for Guile
as a separate package.  The current status of guile-scsh can be found at
@url{http://arglist.com/guile/}.

For information about scsh see
@url{http://www-swiss.ai.mit.edu/ftpdir/scsh/}.

The closest emulation of scsh can be obtained by running:

@smalllisp
(load-from-path "scsh/init")
@end smalllisp

See the USAGE file supplied with guile-scsh for more details.