[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Previous `bug'
- To: (BUG LISP) at MIT-MC, (BUG COMPLR) at MIT-MC
- Subject: Previous `bug'
- From: KMP at MIT-MC (Kent M. Pitman)
- Date: Tue, 10 Jun 80 11:37:00 GMT
- Original-date: 10 JUN 1980 0737-EDT
Interestingly enough,
(DEFUN FOO (X) (LET* ((X X) (X X)) (DECLARE (SPECIAL X))))
returns NIL in both interpreted and compiled code ... I don't know
if that's a bug or a feature.