in reply to Re: Re: Re: Wanted: Perl 6 Programmers
in thread Wanted: Perl 6 Programmers

I agree that overloading + is bad in this particular language, because the values aren't typed.

But, Perl doesn't need an explicit concatenation operator at all! Just use interpolation, "$head$tail" works perfectly well. For expressions, it's possible in Perl5 and easy in Perl6.

So, just get rid of the thing (or boycott it).

(ducking)
—John