[plt-scheme] Re: scheme/class: mixins and overriding/augmenting

From: Dave Gurnell (d.j.gurnell at gmail.com)
Date: Thu Dec 10 09:23:46 EST 2009

Dave Gurnell wrote:
> I've got a bunch of classes with "render" methods, some of which are overridable and some of which are augmentable.
> 
> I'd like to create a mixing that overrides *or* augments these methods depending on the context. Is there a way to determine whether a method is augmentable or overridable and do the appropriate thing?


Dang. Please ignore this message.

I wasn't thinking about (inner ...) and (super ...), which would be difficult to implement.

-- Dave



Posted on the users mailing list.