in reply to Re: Perl 6 - Operator renaming
in thread Perl 6 - Operator renaming

Yea, I used to dread the idea of using ~ for concat. However, Perl6 does have string interp. In addition, Perl6's string interp. will be even more powerfull than 5's. So, we may find ourselves using ~ less often than we might think.

Ted Young

($$<<$$=>$$<=>$$<=$$>>$$) always returns 1. :-)

Replies are listed 'Best First'.
Re^3: Perl 6 - Operator renaming
by blazar (Canon) on Sep 02, 2005 at 12:43 UTC
    Also, ~ will be used to introduce string context too. So it may take a while, but first or later we will all get used to associate it to strings...