EQ
EQ
compares CHARACTER
s and FIXNUM
s as EQL
does.
No unnecessary copies are made of CHARACTER
s and NUMBER
s.
Nevertheless, one should use EQL
as it is more portable across Common Lisp
implementations.
(
always
returns LET
((x
y
)) (EQ
x
x
))T
for any Lisp object y
.
See also Equality of foreign values.
These notes document CLISP version 2.49 | Last modified: 2010-07-07 |