[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Q] MzScheme and multiple inheritance??




I am not sure whether or not you know the on-line docs already. 

The on-line MzScheme language manual contains a lot of the information,
though w/ less motivatinal background: 

  http://www.cs.rice.edu/CS/PLT/packages/doc/mzscheme/node43.htm

You can also just use HelpDesk (DrScheme or stand-alone) and type in
"class" in the search buffer.

The other kind of things I wrote are published in research papers (that's
how we get our money). Try the paper by Findler and Flatt; it's a pretty 
good and simple tutorial on this stuff. 

Finally, we're putting together a companion book on "How to Use Scheme". 
It will contain chapters on classes/mixins and modules/units. But that's
six months away (at least). 

-- Matthias