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.
Ohhh! Don't get me started! (Score:1)
* I have to worry about circular references? WTF! It's not like a decent garbage collection system is exactly cutting edge.
* Having to write use strict/warnings/-T in every damn file
* Source filters, and the deluded folk who think they are as good as Lisp macros
* SUPER being related to the package the method was compiled into. Like that makes sense.
* Depth-first method resolution by default
* The evil mushing together of namespaces and classes
* Packaging up a whole bunch of stu
Re:Ohhh! Don't get me started! (Score:1)
* Packaging up a whole bunch of stuff for deployment by non-Perl gurus is just too damn hard
Amen.
Reply to This
Parent