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.
Long standing problem (Score:2)
For one-off kinds of projects, he said he'd be hesitant to hire Perl programmers to build something. Part of it is the hiring risk that your brother speaks about, but his perspective was from a risk mitigation perspective. After
Re:Long standing problem (Score:1)
It's not just managers. Far from that. There are many knowledgable people who won't touch Perl with a 10 foot pole. Very good programmers. And they are right, Perl isn't their thing.
It's not just perception. The problems people see with Perl are real. Perl is a handy tool. Multipurpose. But it's also difficult to handle, it's dangerous, and it has a lot of quircks. It's not for everyone. In fact, it's not the right language of many people currently using Perl. If I look at Perlmonks or Usenet, I'd say th
Re:Long standing problem (Score:1)
I noticed that more and more discussions about the future of Perl start. I think, that Perl can get in trouble, because outstanding people have a false perception of Perl.
Why do all people compare Perl and Java? They have
Re:Long standing problem (Score:1)
The mistake you are making here is that you assume that it's that problem that makes a language suitable. And while the problem plays some role in picking the right language, the programmer is far more important.
Most problems that can be solved well in Perl can be solved well in Java or Ruby or C or some other language.
Perl isn't a language that's suitable for a particular set of problems. Perl is a language that's suitable for a particular set of programmers. Perl has its things that make it Perl. It's terse, it's context sensitive, etc. Rewarding if you can deal with it, but frustrating for many. Some people prefer simplicity, or orthogonality. For them, Perl isn't the right choice. Regardless of the problem.
Reply to This
Parent