soegaard / whalesong

Whalesong: Racket to JavaScript compiler
http://hashcollision.org/whalesong
145 stars 14 forks source link

Implement stop-with #23 #30

Closed vishesh closed 9 years ago

vishesh commented 9 years ago

If handler returns (stop-with world), shutdown the world. Racket's implementation renders last-picture if available. If last-picture is not available it calls to-draw, however my patch doesn't do this for now.