[racket-dev] racket/draw and whalesong?
On Jul 28, 2011, at 1:32 PM, Danny Yoo wrote:
> On Robby and Matthew's suggestion that I look into implementing the
> primitives of racket/draw, I took a look at the implementation. If I
> understand this correctly, it looks like I need to implement the
> methods of the drawing context interface, right?
Yes.
> (If so, there's one obstacle that I'll need to tackle first, which is
> to get Whalesong to compile and execute racket/class. At the moment,
> I don't have enough of the primitives coded up to support the class
> library.)
I guess it's really
-- port racket/class
-- then racket/draw