[plt-scheme] Error reporting and batch compilation (was: fluid-let-syntax may get flushed)
Lo, on Wednesday, August 11, Robby Findler did write:
> 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.
Didn't know about that. It looks useful; thanks.
And I was unclear: the framework is in .zos; I was referring to
compiling my code.
Richard