scsh.texi 923 B

12345678910111213141516171819202122232425
  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, 2010
  4. @c Free Software Foundation, Inc.
  5. @c See the file guile.texi for copying conditions.
  6. @node The Scheme shell (scsh)
  7. @section The Scheme shell (scsh)
  8. @cindex SCSH
  9. @cindex Scheme Shell
  10. An incomplete port of the Scheme shell (scsh) was once available for
  11. Guile as a separate package. However this code has bitrotten
  12. somewhat. The pieces are available in Guile's legacy CVS repository,
  13. which may be browsed at
  14. @url{http://cvs.savannah.gnu.org/viewvc/guile/guile-scsh/?root=guile}.
  15. For information about scsh see
  16. @url{http://www.scsh.net/}.
  17. This bitrotting is a bit of a shame, as there is a good deal of
  18. well-written Scheme code in scsh. Adopting this code and porting it to
  19. current Guile should be an educational experience, in addition to
  20. providing something of value to Guile folks.