[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: RWK at MIT-MC, KGK at MIT-MC, (BUG LISP) at MIT-MC
- From: GLS at MIT-MC (Guy L. Steele, Jr.)
- Date: Thu, 31 Aug 78 09:49:00 GMT
- Original-date: 31 AUG 1978 0549-EDT
Date: 29 AUG 1978 2034-EDT
From: RWK,KGK at MIT-MC
Sent-by: RWK at MIT-MC
To: (BUG LISP) at MIT-MC
CC: RWK at MIT-MC, KGK at MIT-MC
(SETQ POLY-1 '(NIL NIL 5 . 6))
(SETQ POLY-2 '(nil nil nil nil))
(APPEND POLY-1 POLY-2)
MPV;APP1>>HLRZ A,(AR2A)
Please fix to either work or give an error.
PDP-10 MacLISP simply does not pretend to check for atoms other than
NIL (sorry, ()) at the end of a list, because the atom test
is too expensive in important inner loops like APPEND.