NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Different is bad. (Score:1)
I was also curious about his statement that "most other weakly typed languages get by just fine with using ==". I decided to look up PHP as an example. It seems that PHP does use == for all types but they had to add === to distinguish "equal" (same value) from "identical" (equal and same type).
Much of this guy's argument seems to be that Perl is bad because it is different than some other languages he has used.
BTW, here is my favorite anti-"Pearl" article:
http://www.adequacy.org/public/stories/2001.12.20.165434.32.html [adequacy.org]
Reply to This
Re: (Score:1)
At least he didn't use the word "intuitive", which as far as I can tell means only slightly more than "strong typing" or "weak typing".