[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Re: eql => eq?



I seem to recall that it was a basic property of Lisp that
  (EQ X (CAR (CONS X Y)))
If your compiler compiles code that does not preserve this property,
the kindest thing I have to say is that it is premature optimization.
-------