[plt-scheme] Can I use the compilation manager for user code in DrScheme?

From: Richard Cobbe (cobbe at ccs.neu.edu)
Date: Sat Jun 3 11:39:35 EDT 2006

On Sat, Jun 03, 2006 at 10:32:34AM -0500, Robby Findler wrote:
> DrScheme itself doesn't help you with this (yet), but while you wait
> for me to get something done, you can do this:
> 
>   mzc -k main-file.ss
> 
> before each time you run the file, which will compile everything, and
> avoid re-compilation, etc.

Ok, that'll work for now.

I'm glad to hear that we plan to include this feature -- I'll be very
happy to have something like this!

Richard


Posted on the users mailing list.