[plt-scheme] Can I use the compilation manager for user code in DrScheme?
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