[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: BUG-MACLISP at MIT-MC
- From: William G. Dubuque <WGD at MIT-MC>
- Date: Fri, 16 Oct 81 04:09:00 GMT
- Original-date: 16 October 1981 00:09-EDT
- Sender: BIL at MIT-MC
(defun car&cdr (list &aux (car (car list)) (list (cdr list)))
(values car list))
(car&cdr '(a b)) ==> (values 'b '(b))
It appears that defun& is totally losing here, switching the order of the &aux's
and performing a boundp check on list. This works on the Lispm and in NIL.