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

From: YC (yinso.chen at gmail.com)
Date: Sat Oct 25 08:15:14 EDT 2008

On Sat, Oct 25, 2008 at 5:03 AM, Matthew Flatt <mflatt at cs.utah.edu> wrote:

>
> > The part where I don't understand the usage of `module->namespace` to
> reset
> > `current-namespace`.  Doesn't that mean if I have symbols introduced via
> > other means they are no longer visible?
>
> Right --- but that's what `enter!' is supposed to do. It supposed to
> "enter" the module body by switching the current namespace to the
> module's namespace.
>
> Probably you want something like `enter!', but without switching the
> namespace.
>

Thanks Matthew for the explanation - this gives me ideas on how to go about
handling reloading the modules ;)

Very appreciated!
yc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20081025/316d5a32/attachment.html>

Posted on the users mailing list.