mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-13 07:10:20 +02:00
Use GOOPS Introduction as intorudctory text for the whole GOOPS chapter
This commit is contained in:
parent
5e328915a1
commit
769be03f33
1 changed files with 7 additions and 11 deletions
|
@ -15,17 +15,6 @@ Guile
|
||||||
@node GOOPS
|
@node GOOPS
|
||||||
@chapter 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
|
@goops{} is the object oriented extension to @guile{}. Its
|
||||||
implementation is derived from @w{STk-3.99.3} by Erick Gallesio and
|
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
|
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
|
meta object protocol, in the spirit of the one defined for CLOS
|
||||||
(@cite{Gregor Kiczales: A Metaobject Protocol}).
|
(@cite{Gregor Kiczales: A Metaobject Protocol}).
|
||||||
|
|
||||||
|
@menu
|
||||||
|
* Getting Started::
|
||||||
|
* Reference Manual::
|
||||||
|
* MOP Specification::
|
||||||
|
* Tutorial::
|
||||||
|
@end menu
|
||||||
|
|
||||||
@node Getting Started
|
@node Getting Started
|
||||||
@section Getting Started
|
@section Getting Started
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue