[racket] Places performance

From: Harry Spier (vasishtha.spier at gmail.com)
Date: Thu Mar 14 23:26:06 EDT 2013

On Thu, Mar 14, 2013 at 10:25 PM, Robby Findler <robby at eecs.northwestern.edu
> wrote:

>
>
> (You may find dynamic-place more useful for larger examples.)
>
>
Given a module "place-caller.rkt" containing the statement
 (dynamic-place "place-worker.rkt" 'place-main))])

When the dynamic-place is executed and a new racket instance is created is
only "place-caller.rkt" required in the new place,
or "place-caller" and "place-worker" required in the new instance,
or only "place-worker.rkt" required in the new instance.

Thanks,
Harry
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20130314/e5ce394a/attachment-0001.html>

Posted on the users mailing list.