[Date Prev] [Date Next] [Thread Prev] [Thread Next] Date Index Thread Index Search archive:
Date:Mon Nov 2 19:01:56 1999 
Subject:news-relayFrom: pop@roo.cs.umass.edu (Robin Popplestone) 
From:PP User 
Volume-ID:991102.05 

Compare and contrast:

define fred(x) with_nargs 255;

enddefine;

[error reported]

with:

define fred(x);

enddefine;

255->pdnargs(fred);


[Why do I want to do this - for UMASS Scheme I'm proposing to flag
polyadic functions with 255 as their pdnargs. Shouldn't trip up
anybody unless they are cooking up Scheme with a program generator...

Robin.