scsh-users
[Top] [All Lists]

Re: Cannot load DOODL

To: scsh-news@zurich.ai.mit.edu
Subject: Re: Cannot load DOODL
From: pangur@utvinternet.ie (Darren Bane)
Date: 29 Apr 2003 15:39:41 -0700
Organization: http://groups.google.com/
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).

<Prev in Thread] Current Thread [Next in Thread>