LWN.net Logo

The Perl Future (Heise)

Heise has an extended look at the state of the Perl language. "Probably Perl 6's biggest impact so far is the effect it's had on the Perl 5 ecosystem, as ideas trickle down into Perl 5 implementations and CPAN libraries. If you've used Perl 5 before, but it's been a while, then 2009 will be a good year to take another look."
(Log in to post comments)

The Perl Future (Heise)

Posted Jan 12, 2009 16:48 UTC (Mon) by dreadnought (guest, #27222) [Link]

Don't waste your time.

The Perl Future (Heise)

Posted Jan 12, 2009 17:04 UTC (Mon) by sbergman27 (subscriber, #10767) [Link]

... says the Perl groupie who didn't read past the first paragraph.

The Perl Future (Heise)

Posted Jan 12, 2009 17:05 UTC (Mon) by nix (subscriber, #2304) [Link]

Exactly. It's a very good article, mentioning all sorts of stuff I wish I'd known about at this time last year (e.g. the joy that is Moose).

The Perl Future (Heise)

Posted Jan 12, 2009 20:41 UTC (Mon) by atai (subscriber, #10977) [Link]

Is this true, that
Perl's current standing is like that of JavaScript a few years ago. JavaScript was perceived as a ghastly, hacky language, which was so awful that one had to hold ones nose to program in it. With the rise of excellent JavaScript frameworks like Jquery, YUI, MooTools and Dojo and the publication of Douglas Crockford's JavaScript: The Good Parts, people are realising that it's actually a really nice language with occasional quirks.

If so, it is really sad for the once standard web programming language

The Perl Future (Heise)

Posted Jan 12, 2009 21:01 UTC (Mon) by jordanb (guest, #45668) [Link]

Let's not get ahead of ourselves.

With JQuery, and the obsolescence of IE 5, Javascript is a *usable* language with a lot of annoying inconsistencies.

The Perl Future (Heise)

Posted Jan 13, 2009 2:10 UTC (Tue) by dlang (✭ supporter ✭, #313) [Link]

there have always been people who did't like perl, even in it's heyday. now many people who may have used perl use other languages (but many of those who are python fanatics never used perl to start with, becouse they didn't like it, so it's hard to consider them a 'loss' for perl)

perl is still used extensivly, but it's no longer the only game in town.

I suspect that more people use perl today, even if it is a smaller percentage, simply becouse there are more people involved.

The Perl Future (Heise)

Posted Jan 13, 2009 15:16 UTC (Tue) by frankie (subscriber, #13593) [Link]

> I suspect that more people use perl today, even if it is a smaller
> percentage, simply becouse there are more people involved.

I still use perl because there far more packages available than for any other scripting language: CPAN rules.

The Perl Future (Heise)

Posted Jan 13, 2009 20:55 UTC (Tue) by sbergman27 (subscriber, #10767) [Link]

That no doubt used to be true. But looking at the requirements of my recent projects, Python comes out better. For example, I recently needed bindings for talking to Beagle search. The options are C#, C, and Python.

The Perl Future (Heise)

Posted Jan 13, 2009 16:25 UTC (Tue) by tjc (subscriber, #137) [Link]

> JavaScript was perceived as a ghastly, hacky language, which was so awful that one had to hold ones nose to program in it.

That perception was mostly due to the early versions of the HTML DOM, not the language itself.

My only significant complaint with JavaScript is the overloaded addition/string concatenation operator, which isn't a very good idea in a dynamically typed language. It leads to a lot of extraneous typecasting.

Copyright © 2009, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds