[plt-scheme] class.ss inheritance

From: Robby Findler (robby at cs.uchicago.edu)
Date: Tue Mar 18 23:35:31 EST 2003

At Tue, 18 Mar 2003 23:16:23 -0500, "Neil W. Van Dyke" wrote:
> Robby Findler <robby at cs.uchicago.edu> writes at 20:36 18-Mar-2003 -0600:
> > I think that what you want are mixins. They are functions that consume
> > a class and produce a class derived from the input, like this:
> 
> Excellent!  Followup question: is the idiomatic pairing of mixin and
> interface shown below the way to go?

Yes, you got it.

Robby



Posted on the users mailing list.