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.
php-- (Score:3, Interesting)
This is exactly what I dislike the most about PHP too. It's a true hassle to recompile and redeploy PHP/Apache everytime you want to add a bit of functionality (like XMLRPC, GD, etc). I also am not fond of how there is no namespace support in PHP for classes.
Aside: with all the fun that has been happening w/ Parrot/Ponie lately I've been daydreaming about writing a PHP parser that targets parrot.
Re:php-- (Score:3, Informative)
I'm with you inkdroid, that's what I dislike about PHP, that and the complete ease with which you can intertwine the HTML and code.
As for a PHP compiler that targets parrot, well I think Sterling Hughes [edwardbear.org] is working on that [edwardbear.org].
Reply to This
Parent