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

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Tue Feb 23 16:04:49 EST 2010

On Tue, Feb 23, 2010 at 3:00 PM, Sam Tobin-Hochstadt <samth at ccs.neu.edu> wrote:
> You can also compile files with the 'mzc' command-line program, which
> will both run faster and save the results of compilation and
> typechecking.

IIUC, the default settings in DrScheme (assuming you're using the
Module language) will also have this effect; you may also see some
speed up by choosing the "No debugging or profiling" in the "details"
section of the language dialog. Note that your stack traces will get
worse, tho (you'll still have some stack trace information, just not
as much).

Robby


Posted on the users mailing list.