[plt-scheme] dynamic-*un*-require?

From: Robby Findler (robby at cs.uchicago.edu)
Date: Fri Oct 24 21:04:20 EDT 2008

There used to be something where if you were to evaluate the code for
the module it would be instantiated right away in the namespace where
it was previously. I don't know if that still works. But anyways, that
seems hard to use effectively. A better approach is probably to create
a new namespace (possibly one that shares some modules with another
namespace if that is safe) and just reload the module there.

Robby

On Fri, Oct 24, 2008 at 6:33 PM, YC <yinso.chen at gmail.com> wrote:
> Hi all -
>
> is there a way to achieve the opposite of dynamic-require? i.e. unload a
> previously loaded module.
>
> I am interested in "reloading" a dynamic loaded module, but it appears that
> once a module is loaded, it cannot be reloaded, so I'm wondering how it can
> be achieved.
>
> Thanks,
> yc
>
>
> _________________________________________________
>  For list-related administrative tasks:
>  http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
>


Posted on the users mailing list.