scsh.texi 732 B

123456789101112131415161718192021222324252627
  1. @c -*-texinfo-*-
  2. @c This is part of the GNU Guile Reference Manual.
  3. @c Copyright (C) 1996, 1997, 2000, 2001, 2002, 2003, 2004
  4. @c Free Software Foundation, Inc.
  5. @c See the file guile.texi for copying conditions.
  6. @page
  7. @node The Scheme shell (scsh)
  8. @section The Scheme shell (scsh)
  9. @cindex SCSH
  10. @cindex Scheme Shell
  11. An incomplete port of the Scheme shell (scsh) is available for Guile
  12. as a separate package. The current status of guile-scsh can be found at
  13. @url{http://arglist.com/guile/}.
  14. For information about scsh see
  15. @url{http://www.scsh.net/}.
  16. The closest emulation of scsh can be obtained by running:
  17. @smalllisp
  18. (load-from-path "scsh/init")
  19. @end smalllisp
  20. See the USAGE file supplied with guile-scsh for more details.