[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: compiler
- To: (BUG LISPM) at MIT-AI
- Subject: Re: compiler
- From: Henry@MIT-AI
- Date: Wed ,8 Feb 79 14:15:58 EDT
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.