[racket] Lazy Racket?
Do you mean something like this:
#lang lazy
(require racket/gui)
(define f (new frame% [label "hello world"] [width 200] [height 200]))
(define t (new button% [label "bye"] [parent f] [callback void]))
(send f show #t)
On May 21, 2012, at 9:49 PM, Michael Rice wrote:
> I answered my own question by looking at the language menu, I think.
>
> Michael
>
> On Mon, May 21, 2012 at 4:02 PM, Michael Rice <limitcase at gmail.com> wrote:
> Can I get Racket's graphics capability with lazy Scheme?
>
> Michael
>
> ____________________
> Racket Users list:
> http://lists.racket-lang.org/users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20120521/5e82ab1f/attachment.html>