<div dir="ltr"><div><div>So, does this means that Deren's program from<br><a href="http://lists.racket-lang.org/users/archive/2012-April/051490.html">http://lists.racket-lang.org/users/archive/2012-April/051490.html</a><br>
would then look like that:<br><br>#lang racket<br>(require plot)<br>(plot-new-window? #t)<br>(let loop ()<br> (let ((dummy (read)))<br> (if (and (number? dummy) (zero? dummy))<br> (void)<br> (begin<br> (parameterize ([current-eventspace (make-eventspace)])<br>
(plot (function (ë(x) (* x x)) -2 2)))<br> (loop)))))<br><br></div>?<br><br></div>Laurent<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Mar 17, 2013 at 7:15 AM, Eli Barzilay <span dir="ltr"><<a href="mailto:eli@barzilay.org" target="_blank">eli@barzilay.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Thursday, Robby Findler wrote:<br>
> Also: I don't think that you need a parameter for this default. the<br>
> current-eventspace parameter would already do this job.<br>
<br>
</div>IOW, Robby wants no keyword or parameter, just the default behavior,<br>
and if there's a problem with that then people would deal with it like<br>
with any other gui code. FWIW, I'm on that side too.<br>
<div class="im HOEnZb"><br>
--<br>
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:<br>
<a href="http://barzilay.org/" target="_blank">http://barzilay.org/</a> Maze is Life!<br>
</div><div class="HOEnZb"><div class="h5">____________________<br>
Racket Users list:<br>
<a href="http://lists.racket-lang.org/users" target="_blank">http://lists.racket-lang.org/users</a><br>
</div></div></blockquote></div><br></div>