[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: pre-200 MzScheme compatibility package
There isn't really any standardized help for that. The most
time-consuming part is changing to the new class system. We do have a
compatibility library for that. Search in Help Desk for "class100".
One word of warning: the help-doc.plt bundle doesn't include an index
that it should. Be sure to download the "MzLib" manual before
searching.
One other change: units and unit/sigs are no longer built in. Instead,
use:
(require (lib "unitsig.ss"))
or
(require (lib "unit.ss"))
Matthew Flatt may have prepared a guide for the 100->199 transition
that he wants to share, I'm not sure.
Good luck.
Robby
Quoting Alexey Mahotkin:
>
> Salam,
>
> Probably that's F.A.Q., but I could not find any pointers in
> documentation.
>
> I'm surely not only one trying to upgrade a lot of code to MzScheme
> 200. Is there any compatibility package doing all necessary
> definitions? It seems to me that such package will be extremely
> straightforward, but it's better to have one canonical version of it
> in standard distribution, isn't it?
>
> --alexm