[plt-scheme] lazy require

From: Eli Barzilay (eli at barzilay.org)
Date: Mon Jul 6 13:17:36 EDT 2009

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!


Posted on the users mailing list.