[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
DEFCONSTANT and EQ
- To: Common-Lisp@SU-AI
- Subject: DEFCONSTANT and EQ
- From: Scott E. Fahlman <Fahlman@CMU-CS-C>
- Date: Sun, 12 Jun 1983 20:51:00 -0000
- In-reply-to: Msg of 12 Jun 1983 16:45-EDT from MOON at SCRC-TENEX
Oops, true. You can still count on EQL for numbers and characters. You
probably should be able to count on EQUAL for byte specifiers, but not
EQL. Maybe all you can count on for these is that every time you pass X
to a function that takes byte-specifiers, it has the same effect.
-- Scott