[plt-scheme] Interacting w/ MzScheme
On Fri, 10 Dec 2004 13:24:52 -0600, Robby Findler <robby at cs.uchicago.edu> wrote:
> That gets you part of the way there but, for example, closing the inner
> repl doesn't kill any threads or close any network ports it may have
> started/opened. The paper I posted earlier is worth reading, if you're
> interested in this.
Thanks! It reminds me of Matthew's LL2 presentation with MrEd popping
out of his slides.
By the way, speaking of 'require' re-executing modules in new
namespaces: would it be faster to namespace-attach modules from the
PLT standard library instead of re-requiring them in DrScheme when the
user clicks Execute/Run a few times?
Daniel