scsh-users
[Top] [All Lists]

Re: Cannot load DOODL

To: scsh-news@zurich.ai.mit.edu
Subject: Re: Cannot load DOODL
From: Taylor Campbell <spam.address@dont.use>
Date: Tue, 29 Apr 2003 23:36:20 GMT
Andreas Voegele wrote:
> 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?

In scheme/misc/annotations.scm, change both uses of the CHECK-NARG=
instruction to uses of the PROTOCOL instruction.

Then you can use the ANNOTATIONS package as well to associate arbitrary
data with procedures.


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