diff options
author | Neil Jerram <neil@ossau.uklinux.net> | 2009-08-08 15:55:44 +0100 |
---|---|---|
committer | Neil Jerram <neil@ossau.uklinux.net> | 2009-08-08 15:55:44 +0100 |
commit | 769be03f337b5f9f0360609e417eeb9ad6f34117 (patch) | |
tree | 1dab8c388e33681fa6c284439ec27471fc59e218 /doc/ref/goops.texi | |
parent | 5e328915a166720037892f17bb7fe1572bc04ba1 (diff) | |
download | guile-769be03f337b5f9f0360609e417eeb9ad6f34117.tar.gz |
Use GOOPS Introduction as intorudctory text for the whole GOOPS chapter
Diffstat (limited to 'doc/ref/goops.texi')
-rw-r--r-- | doc/ref/goops.texi | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/doc/ref/goops.texi b/doc/ref/goops.texi index 1abac846c..c076a518c 100644 --- a/doc/ref/goops.texi +++ b/doc/ref/goops.texi @@ -15,17 +15,6 @@ Guile @node GOOPS @chapter GOOPS -@menu -* Introduction:: -* Getting Started:: -* Reference Manual:: -* MOP Specification:: -* Tutorial:: -@end menu - -@node Introduction -@section Introduction - @goops{} is the object oriented extension to @guile{}. Its implementation is derived from @w{STk-3.99.3} by Erick Gallesio and version 1.3 of Gregor Kiczales @cite{Tiny-Clos}. It is very close in @@ -40,6 +29,13 @@ multi-method dispatch. Furthermore, the implementation relies on a true meta object protocol, in the spirit of the one defined for CLOS (@cite{Gregor Kiczales: A Metaobject Protocol}). +@menu +* Getting Started:: +* Reference Manual:: +* MOP Specification:: +* Tutorial:: +@end menu + @node Getting Started @section Getting Started |