[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
- To: BUG-LISP at MIT-AI
- From: Edward Barton <EB at MIT-AI>
- Date: Tue, 27 Jan 81 15:32:00 GMT
- Original-date: 27 January 1981 10:32-EST
(alphalessp nil 'D) and (alphalessp 'd nil) are both NIL in XLISP
on AI. I'm not a LISP internals hacker, but my hypothesis is as
follows. Last time I checked, ALPHALESSP began with instances of
a type-checking macro names SKOTT or something. It's my understanding
that that macro just checks the type bits to see if they correspond
to being a symbol and doesn't do anything special for NIL. So it
doesn't think NIL is a symbol, and it doesn't retrieve the PNAME
properly. A couple of JUMPE's or something might be in order.