Re: [racket-users] stopping the big-bang

2017-12-24 Thread Matthias Felleisen
> On Dec 18, 2017, at 11:05 AM, A Mauer-Oats wrote: > > I recently came across the following behavior in big-bang that was new to me. > I am writing in case I have misunderstood something. > > 1. (stop-with model) does not run the draw handler one last time > (this is

Re: [racket-users] stopping the big-bang

2017-12-24 Thread Matthias Felleisen
I replied too early. If you run the following program, ;; v.6.11.0.4 (require 2htdp/universe) (require 2htdp/image) (define mt (empty-scene 200 100)) (define xx 100) (define yy 50) ;; String -> String (define (main initial) (big-bang initial (on-key(lambda (w ke)