Re: What do we mean by "Identical" ?



newser.bbs@xxxxxxxxxxxxxxxxx writes:

> There is still further examples :
>
>> (eq (= 1 2) (= 3 4))
> T
>
> Does anybody still believe what's said in the CLtL2 ?

I believe most of what is said in CLtL2.

> I can't believe that the 2 objects (= 1 2) and (= 3 4) are identical.

The two parenthesised forms are obviously different, but their
*values* are the same. Both are false.
.