[plt-scheme] dynamic-*un*-require?
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
>
>