1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 12:20:26 +02:00
guile/doc/ref/scsh.texi
Gary Houston 4a4a7e104a * guile.texi, scsh.texi: removed obsolete guile-scsh material
and updated links (I don't know if it should remain in the
	main menu.  It's like slib I think.)
2001-10-27 16:56:35 +00:00

18 lines
503 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-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.