[racket] class variables in racket

From: Matthias Felleisen (matthias at ccs.neu.edu)
Date: Thu Jan 19 12:09:01 EST 2012

On Jan 19, 2012, at 11:57 AM, Christian Wagenknecht wrote:

> How class variables/methods (instead of instance variables/methods) can be implemented be means of Racket's class definition expressions? An unsatisfying way I found is by using a let expression enclosing the whole definition of the class.

What's unsatisfying about it? 

Posted on the users mailing list.