[plt-scheme] Error reporting and batch compilation (was: fluid-let-syntax may get flushed)
At Wed, 11 Aug 2004 12:12:35 -0400, "Richard C. Cobbe" wrote:
> Case in point: the test cases for my PLT redex implementation of Jacques
> take forever to execute, largely because they pull in SchemeUnit, which
> in turn pulls in all of the framework stuff. Compiling to .zos helps
> somewhat, but then you're back to the batch model.
You might want to look into using CM. Of course, if you're not changing
the framework, there's no reason not use it's .zo files.
Robby