[racket] big-bang bug when creating racket distribution executable?

From: Kevin Forchione (lysseus at gmail.com)
Date: Mon Aug 4 13:10:58 EDT 2014

On Aug 4, 2014, at 9:31 AM, Matthias Felleisen <matthias at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20140804/4c480e28/attachment.html>

Posted on the users mailing list.