http://www.perlmonks.org?node_id=943100


in reply to Re^3: Why do people say 'Perl' is dead?!?!
in thread Why do people say 'Perl' is dead?!?!

Gack.

There are definitely what I call “proof-of-concept” (POC, a.k.a. PITA) languages, which are designed by academics for academics (or for military contracts).   They trust the computer so much, and the programmer so little, that an actual programmer can’t actually do a damn thing with it.   :-)   And then there are the handful “war-horse” languages such as Perl (and, in its own world, COBOL) that can be relied upon to ride into battle with you and to bring you out both victorious and alive.

As I have related before, I have also watched a very famous company that should have known better dive into a Ruby project to replace a Perl project ... only to discover, not only that they were “merely re-implementing something that already worked,” but that the replacement didn’t work because the actual implemented state of the Ruby libraries they were relying on were not as thoroughly implemented as those they were conditioned to rely-upon in Perl.   The entire project turned into a death march.   A pragmatic language implementation, I think, lives-or-dies more based on its available library base than by the properties of the language itself.

Replies are listed 'Best First'.
Re^5: Why do people say 'Perl' is dead?!?!
by cavac (Parson) on Dec 12, 2011 at 17:14 UTC

    And then there are the handful “war-horse” languages such as Perl (and, in its own world, COBOL) that can be relied upon to ride into battle with you and to bring you out both victorious and alive.

    Actually, shouldn't that be "to ride into battle for you"? Thats how Perl works, isn't it? You have to show it how a access the battle plan and the battle field, set the option if you want to win or loose and have that whole thing automated in no time. And you'd probably find most of the stuff you need already on CPAN, so you would only have to write some basic glue logic anyway...

    Don't use '#ff0000':
    use Acme::AutoColor; my $redcolor = RED();
    All colors subject to change without notice.