[plt-scheme] lazy require

From: Rommel M. Martinez (ebzzry at gmail.com)
Date: Mon Jul 6 14:35:24 EDT 2009

On Tue, Jul 7, 2009 at 1:17 AM, Eli Barzilay<eli at barzilay.org> wrote:
> On Jul  6, Matthias Felleisen wrote:
>>
>> Ah, but I bet Rommel wants to change the imported module and the
>> function and possibly even the collection of functions that the
>> module exports while the program is running. (See my first paper,
>> ever :-) -- Matthias
>
> That's possible too -- it was discussed very recently in the
> "on-demand module reloading" thread.  The code that I pointed to
> ("collects/handin-server/private/reloadable.ss") should be easy to
> change so it loads the module only when needed.
>
> --
>          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
>                    http://barzilay.org/                   Maze is Life!
>

Thanks, thanks. I'll look at those. :-]

-- 
Rommel M. Martinez
http://www.bespin.org/~ebzzry


Posted on the users mailing list.