[plt-scheme] On-demand module reloading

From: Ryan Culpepper (ryanc at ccs.neu.edu)
Date: Fri Jul 3 10:05:30 EDT 2009

On Jul 3, 2009, at 5:21 AM, Noel Welsh wrote:

> [...]
>
> Another question: what actually stops modules being reloaded by
> default? The docs make reference to the module registry, but there are
> no details.

The standard module name resolver keeps a table of loaded modules. You  
can see the implementation in $PLT/src/mzscheme/src/startup.ss.

Ryan



Posted on the users mailing list.