[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: JIS at MIT-MC, (BUG LISP) at MIT-MC
- From: HIC at MIT-MC (Howard I. Cannon)
- Date: Sat, 11 Nov 78 20:19:00 GMT
- Original-date: 11 NOV 1978 1519-EST
Date: 11 NOV 1978 1259-EST
From: JIS at MIT-MC (Jeffrey I. Schiller)
(append '(1 . -1) '1)
MPV; 15162>>HLRZ 1,(5) 1/ 115636 777777/ ??
need I say more?
The interpreter should at least catch this sort of thing.
------
Since atom checks are soo much more expensive than NIL checks, things such
as APPEND do not check for them. This is "well documented" and
has been flamed about before. There are no plans to change it.