[plt-scheme] Re: When does eqv? differ from eq? , from equal?
Carl Eastlund wrote:
> On Tue, Oct 7, 2008 at 2:20 AM, <kbohdan at mail.ru> wrote:
>> Jens Axel Soegaard wrote:
>> <snip>
>>> Thus eq? is implementable as a simple register/pointer comparison (no
>>> matter
>>> which kind of values it is given).
>> <snip>
>>
>> Does it mean that eq? implementation is platform specific?
>> Looks worse than worse which is better :)
>
> Everything's implementation is platform specific... isn't it? I
> thought that was the whole idea of platforms and implementations. Are
> you asking something slightly different than that?
Sure. I mean eq? behavior, not internals.
--
Bohdan