diff options
author | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 1999-09-19 00:00:01 +0000 |
---|---|---|
committer | Mikael Djurfeldt <djurfeldt@nada.kth.se> | 1999-09-19 00:00:01 +0000 |
commit | 394a535ed069082c3ea76e46ba815a1541b5671c (patch) | |
tree | b3d73a7bcac0f2de77b1992d26c4504350704d91 /README | |
parent | 293b30252460bc589e7f0db4ec332cdcd8fff269 (diff) |
*** empty log message ***
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -6,6 +6,14 @@ well, giving users of Guile-based applications a choice of languages. Please send bug reports to bug-guile@gnu.org. +Guile Documentation ================================================== + +There is some preliminary documentation for Guile under the directory +doc. The real Guile manual is incomplete, and is currently being +revised. A development snapshot of the manual is available at +ftp.red-bean.com as /pub/guile/snapshots/guile-doc-snap.tar.gz. + + About This Distribution ============================================== Interesting files include: @@ -53,6 +61,8 @@ qt: A cooperative threads package from the University of Washington, copyright; see `qt/README' for more details. doc: Some preliminary documentation for Guile. The real Guile manual is incomplete, and is currently being revised. + A development snapshot of the manual is available at + ftp.red-bean.com as /pub/guile/snapshots/guile-doc-snap.tar.gz. doc/example-smob: Sample code, discussed in the preliminary documentation above, for a program that extends Guile with a new data type, and functions that operate on it. |