On Aug 4, 2014, at 9:31 AM, Matthias Felleisen <matth...@ccs.neu.edu> wrote:

> #lang racket/gui
> 
> (require 2htdp/universe 2htdp/image)
> 
> (define (render ws) ws)
> 
> (define (halt ws) #t)
> 
> (big-bang (rectangle 600 400 'solid 'gold)
>          (to-draw render)
>          (stop-when halt render))
> 
> (yield (make-semaphore))
> 

Thanks! That sorts it for me. And it signifies a gap in my understanding of 
event handling and threads that I’ll have to remedy. :)

—Kevin
____________________
  Racket Users list:
  http://lists.racket-lang.org/users

Reply via email to