[racket] Places performance

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Thu Mar 14 23:34:38 EDT 2013

Only place-worker.rkt.

Robby


On Thu, Mar 14, 2013 at 10:26 PM, Harry Spier <vasishtha.spier at gmail.com>wrote:

>
>
> 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
>
> ____________________
>   Racket Users list:
>   http://lists.racket-lang.org/users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20130314/ef3986cd/attachment.html>

Posted on the users mailing list.