[EMAIL PROTECTED] wrote:
And that was never quite resolved. The biggest itch was with
operators that have no identity, and operators whose codomain is not
the same as the domain (like <, which takes numbers but returns
bools).
Anyway, that syntax was
$sum = [+] @items;
And the more genera
Miroslav Silovic wrote:
> [EMAIL PROTECTED] wrote:
>
>> And that was never quite resolved. The biggest itch was with
>> operators that have no identity, and operators whose codomain is not
>> the same as the domain (like <, which takes numbers but returns
>> bools).
>>
>> Anyway, that syntax was
For the last couple days, I've been implementing a cryptographic
cipher framework for Perl 6. (It's in the Pugs repository if you want
to see it.) Dealing with this sort of algorithm has brought forward a
feature that I think Perl 6 and Parrot ought to support.
Basically, I'd like to be able to