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.
but ... but .. (Score:1)
That implies that all languages with automatic memory management are equal. And if you program in more than one, you would still have an opinion on how much more productive you are in one or the other.. take Perl and Python, for instance. Or even Java.
I think that is too simplistic a view, possibly. Automated memory management is one of a (mid sized) laundry list of features that one should (or could) use to decide on suitability and productivity. You get minus points for some classes of tasks (managing memory when you want to focus on grepping and bulk renaming an arbitrary list of files is a minus mark). In the same way, that same aspect could be positive (for an embedded system, managing memory is key. I'd take C or C++ over Perl/Java/Python and friends, simply for the greater control over memory allocation).
Reply to This
Re:but ... but .. (Score:2)
No it doesn't! LIES ALL LIES!