"Piers Cawley" <[EMAIL PROTECTED]> wrote :
> I found myself mulling over:
>
>     $obj.is($other_obj);
>
> Which seems to work reasonably well, and I'd be rather surprised if
> it clashed with anything with different semantics...

My only problem with it is the lack of symmetry. Is there any reason why
an adverb syntax can't work:

  $a eq : ID $b  # yes, I would want to generalize that

This infix style might separate the operands visually. So perhaps

 eq:ID($a, $b)


Dave.


Reply via email to