1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 20:00:19 +02:00
guile/doc/ref/scsh.texi
Neil Jerram aba0dff5f7 In general, use @lisp in preference to @smalllisp
because it looks better in the DVI output.  Exceptions are

- wide examples, which would cause overfull hboxes if they
  used the bigger @lisp font

- very large examples, which may look too big at the @lisp size.
2009-08-09 15:04:08 +01:00

26 lines
722 B
Text

@c -*-texinfo-*-
@c This is part of the GNU Guile Reference Manual.
@c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004
@c Free Software Foundation, Inc.
@c See the file guile.texi for copying conditions.
@page
@node The Scheme shell (scsh)
@section The Scheme shell (scsh)
@cindex SCSH
@cindex Scheme Shell
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:
@lisp
(load-from-path "scsh/init")
@end lisp
See the USAGE file supplied with guile-scsh for more details.