README 1.2 KB

123456789101112131415161718192021222324252627282930
  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 Revised^5 Report on the Algorithmic Language Scheme (r5rs.texi).
  8. Please be aware that this is all very much work in progress (apart
  9. from the Revised^5 Report). Bug reports and contributions are
  10. welcome!
  11. The file `oldfmt.c' contains a function which can be used by
  12. application writers to support both old-style and new-style error
  13. format strings.
  14. The `sources' directory includes some stuff relevant to the Guile
  15. reference manual, and which may eventually be folded in to it. It's
  16. not immediately relevant, however, which is why it's not in this
  17. directory.
  18. The Revised^4 Report (r4rs.texi) is no longer in this distribution, as
  19. it is completely superseded by the Revised^5 Report. If you need to
  20. consult R4RS, it is still widely available, for example at
  21. http://www-swiss.ai.mit.edu/projects/info/SchemeDocs/r4rs/.