--- Piers Cawley <[EMAIL PROTECTED]> wrote:
> >> 
> >>     one(any($a, $b, $c), all($d, $e, $f))
> >> 
> >> Is a good deal more intention revealing than the superficially
> >> appealing than
> >> 
> >>     ($a & $b & $c) ^ ( $d | $e | $f )

Would it be practical/meaningful to say

$result = bitwise ($a & $b & $c) ^ ($d | $e | $f);
$result = superpose ($a & $b & $c) ^ ($d | $e | $f);

And allow a use operation to select defaulting behavior? (With an
appropriate warning if the code used one of these operators without
specifying the use directive, even though <crab-style> is the default?)

[ But it's crucial not to require more quotes and stuff. Just change
the mode for the remainder of the subexpression. ]

=Austin


__________________________________________________
Do you Yahoo!?
HotJobs - Search new jobs daily now
http://hotjobs.yahoo.com/

Reply via email to