Front page | perl.perl6.language |
Postings from March 2005
Re: s/true/better name/
Thread Previous
|
Thread Next
From:
Aldo Calpini
Date:
March 17, 2005 11:26
Subject:
Re: s/true/better name/
Message ID:
4239DA1C.7010104@perl.it
John Macdonald wrote:
> A shotgun brainstorming of possible operator names:
well, I didn't follow this thread very closely (and I don't know if it
is "officially" closed :-) but I suddenly thought about "yes". what about:
$x = not $a or $b; # vs
$x = yes $a or $b;
$yesno = yes any(@foo) == any(@bar);
may not be gramatically correct English, but isn't it intuitive enough?
cheers,
Aldo
Thread Previous
|
Thread Next