1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 22:31:12 +02:00

Use GOOPS Introduction as intorudctory text for the whole GOOPS chapter

This commit is contained in:
Neil Jerram 2009-08-08 15:55:44 +01:00
parent 5e328915a1
commit 769be03f33

View file

@ -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