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

Re: compiler



Compiling the following function:

(DEFUN SUBSET-LOSS (LIST)
       (SUBSET #'(LAMBDA (X) (MINUSP X)) LIST))

says COMPILER-MAP-LOCAL-0 declared special, and that
variable is unbound when you try to run it.
The function works interpretively.
The bug seems to only depend on having an explicit LAMBDA
there, perhaps its trying to open code this and not winning.