GOOPS doc simplification
authorNeil Jerram <neil@ossau.uklinux.net>
Sun, 12 Sep 2010 20:07:55 +0000 (21:07 +0100)
committerNeil Jerram <neil@ossau.uklinux.net>
Wed, 22 Sep 2010 00:36:19 +0000 (01:36 +0100)
* doc/ref/goops.texi (GOOPS): Simplify the introductory blurb.

doc/ref/goops.texi

index 9b0d057..f6e7616 100644 (file)
@@ -18,16 +18,15 @@ Guile
 @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
-spirit to CLOS, the Common Lisp Object System (@cite{CLtL2}) but is
-adapted for the Scheme language.  While GOOPS is not compatible with any
-of these systems, GOOPS contains a compatibility module which allows for
-execution of STKlos programs.
-
-Briefly stated, the @goops{} extension gives the user a full object
-oriented system with multiple inheritance and generic functions with
-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}).
+spirit to CLOS, the Common Lisp Object System, but is adapted for the
+Scheme language.
+
+@goops{} is a full object oriented system, with classes, objects,
+multiple inheritance, and generic functions with multi-method
+dispatch.  Furthermore its implementation relies on a meta object
+protocol --- which means that @goops{}'s core operations are themselves
+defined as methods on relevant classes, and can be customised by
+overriding or redefining those methods.
 
 @menu
 * Quick Start::