[mercury-users] this appears to be a mixin

Richard A. O'Keefe ok at atlas.otago.ac.nz
Wed Jul 11 09:41:44 AEST 2001


What is a mixin class?  The term comes from the old "Flavors"
system for Lisp, and refers to American ice-cream vending
practices.  A mixin is a class that adds features (in this
it is very very different from a Java interface, which CAN'T
provide implementations, the whole point of a mixin is to
do just that) but cannot stand by itself.  A concrete class
must have at least one ancestor that is not a mixin class.
--------------------------------------------------------------------------
mercury-users mailing list
post:  mercury-users at cs.mu.oz.au
administrative address: owner-mercury-users at cs.mu.oz.au
unsubscribe: Address: mercury-users-request at cs.mu.oz.au Message: unsubscribe
subscribe:   Address: mercury-users-request at cs.mu.oz.au Message: subscribe
--------------------------------------------------------------------------



More information about the users mailing list