[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[no subject]



Why can't I say
(DEFUN (FOO EXPR LSUBR) MACRO MACRO) 
I get the following error:
;((FOO EXPR LSUBR) MACRO MACRO) WRONG FORMAT - DEFUN
I would like a LEXPR/LSUBR which uses the lambda variable 'MACRO'.

In the compiler, I get an "Illegal DEFUN format" diagnostic. 

I feel my programming style being cramped.
-kmp