On Sun, Sep 25, 2011 at 9:24 PM, Danny Yoo <d...@cs.wpi.edu> wrote:

[snip TR taking a long time to load]

> Is that something that's supposed to happen?  I guess I'm just trying
> to understand the repercussions of requiring a module from Typed
> Racket into regular Racket.

This looks a little worse than I expected, but in general, modules in
Typed Racket incur some startup time overhead.  Right now, this is
inherent in the architecture of how Typed Racket modules communicate
with each other, and the semantics of `require' in Racket.  The plan
is that adding "facets" or "sub-modules" will allow this time to be
reduced or eliminated, but right now you can't avoid it.
-- 
sam th
sa...@ccs.neu.edu

_________________________________________________
  For list-related administrative tasks:
  http://lists.racket-lang.org/listinfo/dev

Reply via email to