[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: (BUG LISP) at MIT-MC
- From: KMP at MIT-MC (Kent M. Pitman)
- Date: Thu, 27 Mar 80 11:32:00 GMT
- Cc: REES at MIT-MC, KMP at MIT-MC
- Original-date: 27 MAR 1980 0632-EST
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