On Wed, Feb 16, 2005 at 01:13:53PM +1100, Damian Conway wrote:
: Larry wrote:
: 
: >That's the basic problem with
: >
: >    0 < $x < 10
: >
: >after all--the problem with rewriting that as
: >
: >    0 < $x and $x < 10
: >
: >is that it should only work as long as the two values of $x remain
: >entangled so that the always refer to the same abstract value.
: 
: That's certainly true. But I think the real problem there is in mistakenly 
: treating Perl 6 comparators as binary ops (with n-ary sugar), rather than 
: as genuine n-ary ops.

Yes, that's what I was trying to say, but my tongue got entangled with
my thoughts...

Larry

Reply via email to