Re: [racket] Good book on OOP design principles

2012-02-28 Thread Raoul Duke
On Tue, Feb 28, 2012 at 2:12 PM, David Van Horn wrote: > How to Design Classes > http://www.ccs.neu.edu/home/matthias/htdc.html > It's written for Java, but easily translates to Racket's class system. (here i am being a broken record) when i skimmed it, it appeared to be in the "start with the da

[racket] Good book on OOP design principles

2012-02-28 Thread Harry Spier
Dear list members, Can someone recommend a good book on OOP design principles. Ideally something that though the examples weren't written using Rackets Classes and Objects, I could still (relatively easily) translate into Racket, and go through the examples that way. Thanks, Harry Spier

Re: [racket] Good book on OOP design principles

2012-02-28 Thread David Van Horn
On 2/28/12 5:10 PM, Harry Spier wrote: Dear list members, Can someone recommend a good book on OOP design principles. Ideally something that though the examples weren't written using Rackets Classes and Objects, I could still (relatively easily) translate into Racket, and go through the example