[plt-scheme] Is class.ss the preferred OO provider for DrScheme/mzscheme?

From: Daniel Yoo (dyoo at cs.wpi.edu)
Date: Mon Apr 2 22:59:06 EDT 2007


On Mon, 2 Apr 2007, Grant Rettke wrote:

> Is class.ss the preferred OO provider for DrScheme/mzscheme?
>
> Is there more documentation on doing OO inside of DrScheme?

There is a recent paper that explains the class system in detail by Flatt, 
Findler, and Felleisen called "Scheme with Classes, Mixins, and Traits":

     http://people.cs.uchicago.edu/~robby/pubs/papers/aplas2006-fff.pdf


You may also find this helpful:

     http://schemecookbook.org/Cookbook/IntroductionToMzlibClasses



Posted on the users mailing list.