Andreas Voegele <voegelas@gmx.net> wrote in message
news:<87wuhdp9ek.fsf@columbus.localdomain>...
> Hi,
>
> when I try to load DOODL from scsh 0.6.4 I get the following error
> message:
>
> Error: unknown LAP instruction
> (check-nargs= 1)
>
> I can trigger this message with the following command:
>
> scsh -lm =scheme48/misc/packages.scm -o annotations
>
> Do I have to load another module before DOODL?
I fixed this bug by replacing it with something like (protocol 1) -
basically copying the preamble from other LAP functions. I don't have
the source handy, but can send it if you really want.
However, then there were other bugs which I could basically make no
impact on.
I don't use the OO paradigm that often, but ended up hacking YASOS
from SLIB to live in a Scheme 48 module for those times that I do. I
figured this would be more portable anyway (i.e. to every impl that
supports SLIB).
|