At 10:55 +0200 07.09.98, Heiko Kirschke wrote:
>  > re: Does a MOP user really know the names of the slot where initforms and
>  >     initfunctions are stored?
>  >
>  > No.
>
>All definitions im AMOP are method-based; this gives a purely
>functional interface, which abstracts from a concrete implementation
>of CLOS. This idea was so good that it has even found its way into the
>non-LISP community (e.g. into the ODMG specification on o-o
>databases or into Java Beans).
>
>IMHO, one minor drawback in AMOP are the keyword arguments: This is
>the only place where the quite abstract definitions in AMOP meet quite
>closely an (imaginary) implementation of CLOS.