[plt-scheme] Question about PLTDRCM
On Sun, 26 Sep 2004 14:26:19 -0400, Richard C. Cobbe <cobbe at ccs.neu.edu> wrote:
> ...
> However, it looks as though DrScheme will *not* automatically recompile
> the .zo when it's out of date, which is a bit surprising.
Same here. I had some Scheme modules compiled under v207.1, then
upgraded to v208.1 and executing the (source code) module under
DrScheme with PLTDRCM=true gives me:
read (compiled): code compiled for version 207.1, not 208.1
I guess that's not so much out of date as it is out of version, but
it's still sort of the same problem.
Daniel