README 1.3 KB

12345678910111213141516171819202122232425262728293031323334
  1. This directory contains documentation on the Guile core. -*-text-*-
  2. The documentation consists of the following manuals.
  3. - The Guile Tutorial (guile-tut.texi) contains a tutorial introduction
  4. to using Guile.
  5. - The Guile Reference Manual (guile.texi) contains (or is intended to
  6. contain) reference documentation on all aspects of Guile.
  7. - The GOOPS Manual (goops.texi) contains both tutorial-style and
  8. reference documentation for using GOOPS, Guile's Object Oriented
  9. Programming System.
  10. - The Revised^5 Report on the Algorithmic Language Scheme (r5rs.texi).
  11. Please be aware that this is all very much work in progress (apart
  12. from the Revised^5 Report). Bug reports and contributions are
  13. welcome!
  14. The file `oldfmt.c' contains a function which can be used by
  15. application writers to support both old-style and new-style error
  16. format strings.
  17. The `sources' directory includes some stuff relevant to the Guile
  18. reference manual, and which may eventually be folded in to it. It's
  19. not immediately relevant, however, which is why it's not in this
  20. directory.
  21. The Revised^4 Report (r4rs.texi) is no longer in this distribution, as
  22. it is completely superseded by the Revised^5 Report. If you need to
  23. consult R4RS, it is still widely available, for example at
  24. http://www-swiss.ai.mit.edu/projects/info/SchemeDocs/r4rs/.