--- Damian Conway <[EMAIL PROTECTED]> wrote:
>          @out = @a ~> grep {...} ~> map {...} ~> sort;
>          ...
>          @out <~ sort <~ map {...} <~ grep {...} <~ @a;
> 
> That way, everything is still a method call, the ultra-low precedence
> of
> <~ and ~> eliminate the need for parens, and (best of all) the
> expressions
> actually *look* like processing sequences.

Brilliant! Keep pushing this. Finally, I'll be able to get investor
backing for my USB foot-pedal shift-key device. They say the first 20
million is the hardest...

Woo-hoo!

Q: How do you recognize a perl6 programmer?
A: His pinky is bigger than his thumb.

=Austin

Reply via email to