*** empty log message ***
[bpt/guile.git] / doc / ref / scsh.texi
CommitLineData
a0e07ba4
NJ
1@page
2@node The Scheme shell (scsh)
3@chapter The Scheme shell (scsh)
effc9024
KR
4@cindex SCSH
5@cindex Scheme Shell
a0e07ba4 6
a42b5e5b
GH
7An incomplete port of the Scheme shell (scsh) is available for Guile
8as a separate package. The current status of guile-scsh can be found at
9@url{http://arglist.com/guile/}.
a0e07ba4 10
a42b5e5b 11For information about scsh see
d703aba5 12@url{http://www.scsh.net/}.
a0e07ba4 13
a42b5e5b 14The closest emulation of scsh can be obtained by running:
a0e07ba4
NJ
15
16@smalllisp
17(load-from-path "scsh/init")
18@end smalllisp
a42b5e5b
GH
19
20See the USAGE file supplied with guile-scsh for more details.