1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 04:10:18 +02:00
guile/doc/ref/scsh.texi
Gary Houston d703aba57a * scheme-modules.texi (Environments): only available when
(ice-9 r5rs) is used.
	* scsh.texi (The Scheme shell (scsh)): current url is www.scsh.net.
2002-10-27 21:26:00 +00:00

18 lines
483 B
Text

@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.scsh.net/}.
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.