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.
Ignorance is bliss (Score:1)
Marcel
Re:Ignorance is bliss (Score:1)
If we find out why, rather than treating the datum as an outlier, we can apply what we find to Perl.
For instance, several different people have told me that the PHP core documentation is organized better and available in other languages.
A lot of other people have also told me that the PHP documentation is more pragmatic,
Re:Ignorance is bliss (Score:1)
I am not a fan of PHP.
But one of its advantages (and source of its success) is that it is a relatively hassle-free Apache module.
Compared to mod_perl, it is:
* easy to compile
* easy to maintain
* hassle-free for ISPs
Part of PHP's simplicity is down to the language itself - for instance it's harder to slowly leak memory over time via unbroken circular references. But part of its simplicity is due to the fact that PHP is not so tightly integrated into Apache - it only handles the co
Re:Ignorance is bliss (Score:1)
Yes, for several very good reasons.
Re:Ignorance is productive (Score:1)
PHP is an awful, awful language and programming environment. Nearly everyone on use.perl.org is going to largely agree this statement. YET LOOK AT Freshmeat [freshmeat.net]. There are a hundreds PHP apps out there and more everyday. Why? Because PHP allows novice programmers (but perhaps experienced graphic designers) to whip up web apps quickly. Are these apps maintainable or elegent? Hell no, yet most of them sure look purdy.
That is the paradox of PHP. It's a just-good-enough [jwz.org] tool for most (web) users. Perl is never goi
Re:Ignorance is productive (Score:1)
The best way to show the PHPers what they're missing is to create nice domain-specific perl web apps and do them well. There are lots of PHP apps out there to use as examples of how the screens should LOOK. Heck, start with their HTML! It's open source after all! They've stolen plenty of good perl ideas (like /.) and reimplemented them in their nasty little language, so don't feel any guilt!
I don't care if there are 30 web PIM's in PHP on sourceforge if we had one GOOD one in perl. And, yes, I'm working on fixing this myself.
Reply to This
Parent
Re:Ignorance is productive (Score:2)
I hate PHP slash clones. They feel so limiting. Slash works exactly the way I think, and every PHP slash clone tries to change that in subtle ways or fails to implement all the needed features.
I move my mouse over a topic icon, and there's no alt tag to tell me what the topic is.
Nested/threaded/flat means different things to different people, but at least I know what it means in genuine slash.
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers