chicken-hackers
[Top][All Lists]
Advanced

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

Re: [Chicken-hackers] something equal? to EQUALP


From: Mario Domenech Goulart
Subject: Re: [Chicken-hackers] something equal? to EQUALP
Date: Tue, 07 Sep 2010 11:01:01 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.91 (gnu/linux)

Hi John and folks

On Tue, 7 Sep 2010 09:05:59 -0400 John Cowan <address@hidden> wrote:

> Felix scripsit:
>
>> Any ideas for a better name? Any considerations that
>> should be taken into account?
>
> How about "structurally-equal?"  A little long, but very clear.

I'm not sure.  When I read `structurally-equal?' I think in terms of
"structure" equality, not in terms of "contents" equality.

For example, I'd say '(1 2 3) and '(1 3 2) are structurally equal, but
that's not what Felix means.

OTOH, it's possible that my interpretation of "structurally" is not
correct, of course.

Since it's a kind of special case handling, I'd go with `equal?*' or
`equal*?' or `equal=?' as Peter suggested.


Best wishes.
Mario
-- 
http://parenteses.org/mario



reply via email to

[Prev in Thread] Current Thread [Next in Thread]