Personally, I *HATE* it when + is overloaded as string concatenation. It leads to too many bugs/verbosities where you need to tell the language "no, I wanted addition here", or "no, I wanted concatenation here", especially in a language like perl which is able to DWIM-convert strings to numbers and verse visa.
In reply to Re: Re: Re: Wanted: Perl 6 Programmers
by Anonymous Monk
in thread Wanted: Perl 6 Programmers
by educated_foo
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |