[plt-scheme] typed scheme type checking takes very long

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Wed Feb 24 11:16:04 EST 2010

On Wed, Feb 24, 2010 at 9:53 AM, Carl Eastlund <carl.eastlund at gmail.com> wrote:
> It doesn't matter where you put it.  DrScheme doesn't save a compiled
> version of the *file itself* that you are running -- because, with
> unsaved edits, that may not correspond to the file on disk, anyway.
> DrScheme only saves compiled versions of dependencies (via "require")
> that it has to read from disk.
>
> That is the behavior I see, anyway.  If I create a file "b.ss" that
> requires "a.ss", I can look in the compiled/ subtree and find a
> compiled version of "a.ss" but not of "b.ss".

Right. Saving these files would likely only slow things down, since
the assumption is that you are editing the file you're running (or one
of its dependencies).

Robby


Posted on the users mailing list.