[plt-scheme] Can I use the compilation manager for user code in DrScheme?
I'm working with a number of modules, some of which take a long time to
compile as they've got contracts on lots of structure definitions.
These modules are part of a stand-alone program, not a tool for DrScheme.
I'd like to be able to take advantage of the compilation manager to
avoid having to re-expand these every time I hit execute. Is there a
way to enable the compilation manager in DrScheme for user code? I know
about the PLTDRCM environment variable, but that only works for
DrScheme's code, not the user's.
DrScheme 301.14-svn11may2006.
Thanks,
Richard