Is Perl a dead language? (29)

1 Name: #!/usr/bin/anonymous : 2009-07-28 17:56 ID:fC7WlNmb This thread was merged from the former /code/ board. You can view the archive here.

I have been reading on reddit and digg people are claiming Perl is a dead language. I am a heavy Perl coder and I do not see any of this. What do you think?

2 Name: dmpk2k!hinhT6kz2E : 2009-07-28 19:27 ID:Heaven

Perl is not dead if you're keeping track of the language. While the development of the core language seems to have shuffled off the mortal coil, CPAN is more active today than ever before.

However, if this belief keeps up outside the community, it will ensure the decline of Perl. There are few new high-profile projects in Perl as it is.

I'm happy there's a recent brouhaha in the Perl community in an effort to market better. Unfortunately, the language is still what it is, which is a pity, because people then ignore the rest of the package. CPAN alone is reason enough to select Perl over all the other popular dynamically-typed languages, but most outsiders never get far enough to realize that.

3 Name: #!/usr/bin/anonymous : 2009-07-29 01:56 ID:pG8oHahs

It has been losing a significant amount of market and mindshare to new competitors. What was once the "workhorse of the internet" is now barely seen anywhere user-facing. Heavier lifting than shell scripting is increasingly being preformed by python.

I can see it holding on to a few niches, like text processing, but it's never going to be the perl that was. Which is a shame, because there's a wonderfully huge general purpose codebase which is just going to go to waste now.

4 Name: #!/usr/bin/anonymous : 2009-07-29 08:29 ID:Heaven

What I think is that you should spend less time browsing Reddit or Digg. Really, there's so much shit in that website, and most users don't even realize what is going on. Basically, the content of these websites is taken over by people with an agenda.

5 Name: #!/usr/bin/anonymous : 2009-08-02 07:17 ID:D5jhiQGY

It's pretty much what >>2 said.
Plus xkcd/reddit/digg trolls saying "OMG SUX, LINE NOISE, WRITE ONLY, ETC..." are kinda runing it for everyone in the hobbyist community who likes perl or tries to reccomend it to others with their constant noise.

Me being just a comp sci student, still doing the course. I really like perl because coding in it feels pretty natural and there are plenty of fun ways to do stuff. Plus CPAN is so useful.

6 Name: #!/usr/bin/anonymous : 2009-08-30 05:04 ID:jXCzRyp0

Oh God, where would I be without CPAN? Perl is a beautiful language. I'm not a programmer by profession and I only code websites in Perl for fun. I have tried to do the programming thing before, but none of them ever made sense to me and it felt so forced. But for some reason Perl was very intuitive for me.

I think people believe Perl is dead because it is very old. People think that all languages must eventually die simply because of age. I think these people are the young programmers who want to be edgy and cool with their Python and Ruby. I also believe that this is the fault of the Perl community, and I'm not saying that necessarily as a bad thing! The Perl community doesn't like to make a big fuzz and stroke their own ego (as far as programming languages go). To add to that, Perl doesn't hold a large share of programming newbies. Wherever programming newbies go, all the fuzz goes. Like PHP. It's all the rage with beginner web programmers, so obviously it's a pretty big deal beyond the sphere of professional programmers.

I think people will look at Ruby and read its description and say, oh hey, this like a modern improved version of Perl! Who'd bother with Perl if they read something like that? (I meant by the way Ruby markets itself as having implemented that best features of Perl and other languages)

7 Name: #!/usr/bin/anonymous : 2009-08-30 05:09 ID:jXCzRyp0

>>6
I'd also like to add that I don't think there's nothing wrong with using languages like PHP, Python, or Ruby. I'm just saying I wish people would give Perl a fair shake instead of dismissing it simply because they feel it's old and dead.

8 Name: #!/usr/bin/anonymous : 2009-09-25 13:13 ID:XYDIwXPD

Python needs some speed enhancements. The Google-sponsored project Unladen Swallow has a goal to improve performance, and hence to facilitate the movement of performance-sensitive code from C back to Python.

That said, Python code is read-many. Perl code is write-once. A gross oversimplification? Perhaps. But the truth shouldn't be ignored.

9 Name: #!/usr/bin/anonymous : 2009-09-26 10:42 ID:g8SPLQy8

Perl was an awesome language for Unix scripts and text processing, but it already had a difficult grammar, for example the different arguments in functions that had to be manually shifted with @_.

There are 2 bad things happening to Perl right now:

  • its grammar will be more difficult to understand, especially with DSL (domain-specific language features)
  • Python, which is a simple Perl with OO features

10 Name: #!/usr/bin/anonymous : 2009-09-29 17:49 ID:id5B9Xmx

>>9

Perl has OO too! :p

11 Name: #!/usr/bin/anonymous : 2009-09-29 18:27 ID:Heaven

>>9
Perl has a third problem:
http://www.nongnu.org/txr/
A whole mass of problems that most users would solve with some awk/sed/perl/etc combination is solved conveniently with this utility.

12 Name: #!/usr/bin/anonymous : 2009-10-03 21:02 ID:Heaven

>>11
just what everyone wants... more buggy non-free gnu bloat to replace stable, easier to use free software.

13 Name: #!/usr/bin/anonymous : 2009-10-03 21:43 ID:Heaven

>>12
Except that it's stable, not buggy, free, not gnu. "Easier to use" is relative.

14 Name: #!/usr/bin/anonymous : 2009-10-06 22:13 ID:F7F8LkEX

go pearl go!

15 Name: #!/usr/bin/anonymous : 2009-10-07 02:28 ID:Heaven

>>13

> free, not gnu

it's on a gnu site. it's licensed under gnu's proprietary anti-free license.

> stable, not buggy

if that's true then it's the first such software those gnu fascists have ever produced.

16 Name: #!/usr/bin/anonymous : 2009-10-07 10:57 ID:Heaven

>>15

> it's on a gnu site. it's licensed under gnu's proprietary anti-free license.

The website is called 'nongnu.org'. What does that tell you? The licence used is BSD.

> if that's true then it's the first such software those gnu fascists have ever produced.

1) It's not written by someone associated with GNU
2) GNU has stable software

What exactly is your problem?

17 Name: #!/usr/bin/anonymous : 2009-10-11 01:16 ID:Heaven

>>16
Should be plain enough to tell what his problem is -- he's an assclown.

And also, GPL is entirely free for all that will ever matter to you, unless you happen to be either a large corporation or a script kiddie, in either case looking to steal other people's code without any requirement on your part. Quit trolling and go back to 4chan.

18 Name: #!/usr/bin/anonymous : 2009-11-20 05:18 ID:iADIUd8O

>>1
Core language development sent many people into hiatus... or into PHP.

Perl6 is now lagging two years after an acceptable release date.

Core syntax updates like named sub patterns and recursive patterns haven't been addressed. (PCRE library addressed those and PHP got the benefits)

And the need for a performant not-typed object oriented language that is also performant (Python WANTS to be slow and PHP WANTS MOAR FEATURES NOMATTERWHAT! gargle) is now so desperate even something weird as go got an incredible amount of publicity.

Perl6 core promises to throw away regexes in favor of an extended concept, a super regex called rule. I'm all in favour of this, but gimme a working executable I don't have to compile in Haskell dammit.

Is this going to end the duke-nukem way?

And what's good, and more, in Perl6, to come?

  • Real Objects and Classes
  • Quantic Variables (WITH LAAAAAAAASERS!)
  • Lazy Evalutation
    (my $x=1..Inf is acceptable, runs and sets x to every number from 1 to Infinite)

19 Name: #!/usr/bin/anonymous : 2009-11-20 20:30 ID:Heaven

> named sub patterns and recursive patterns

Perl has those: http://perldoc.perl.org/perlreref.html

> not-typed object oriented language that is also performant

Self and (depending on the form of OO) SBCL, Factor and LuaJIT2. V8 is slowly creeping up.

> I'm all in favour of this, but gimme a working executable I don't have to compile in Haskell dammit.

Pugs has been dead for a few years.

20 Name: KnowItAll : 2009-12-13 00:11 ID:CrZLGBMm

Perl is a great scripting language for quick little jobs. All the knobs out there that got such a chubby over this and decided to try and write actual applications in the language and take it on as a way of life R stupid.

21 Name: #!/usr/bin/anonymous : 2009-12-16 00:55 ID:Heaven

Perl is like a tool box. Every family should have one in their home. Owning a tool box doesn't automatically make you a mechanic, but it is liberating to know you can fix things that are quick and easy around the house. And the more you learn to use them, the more you are able to fix.

22 Name: Chris : 2012-01-14 05:32 ID:Sn/rrBhI

Perl was sick, but not dead, in 2009.

However - around mid 2011 - yes - it finally died. Nobody is updating or maintainng any of the major (and already-antique) perl resources anymore.

23 Name: #!/usr/bin/anonymous : 2012-01-17 00:02 ID:Heaven

>>22

┎┰─────────────────────────────────────────────────────────────────────────┐
┃┃ _.-. The neutrality of this post is disputed. │
┃┃ /\|/\ Please see the discussion on the talk page. │
┃┃ --|¯¯ Please do not remove this message until the dispute is resolved. │
┣╋─────────────────────────────────────────────────────────────────────────┤
┃┃ ,_,_ This post does not cite any references or sources. │
┃┃ \ \?\ Please help improve this post by adding citations to reliable │
┃┃ '='=` sources. Unverifiable material may be challenged and removed. │
┖┸─────────────────────────────────────────────────────────────────────────┘

24 Name: #!/usr/bin/anonymous : 2012-04-25 18:15 ID:dQVhDbTe

>>22
you should try perl6/rakudo, seriously

25 Name: #!/usr/bin/anonymous : 2012-06-12 19:09 ID:Heaven

Perl is dead.
Perl6 will not revive Perl.
Perl6 is not a Perl update.
Perl6 is an entirely new language that just happens to be an updated Perl.
New languages are never late, just not yet released.
What I'm trying to say is, Perl is not dead.

Do you understand what I'm saying.

26 Name: #!/usr/bin/anonymous : 2014-04-23 18:31 ID:Qho8HWiq

Perl is the only "big" scripting language in OpenBSD base system. A lot of people still use it for things from quick scripts to full applications. Just a few years ago I was working for a company that managed all DB inventory through Perl and DBI (PostgreSQL and Oracle). I maintained that codebase (something like 20,000 lines of Perl, not counting CPAN modules) and added features as needed, and never ran into the "write once" problem that people often allude to, despite only having met with the original author of that code once. If you simply adopt good practices and write solid code, Perl is a fine choice for many projects. The problem is people who don't know any better run their mouths and others start to believe those lies. But this will come to bite them in the ass, because their favorite language (Python or whatever) will also be subjected to that in time. Anyway, Perl isn't dead any more dead than C. That one also gets a bad rap because of its string handling and buffer overflows, but it's still widely used. Tools that work and are useful will remain...

27 Name: #!/usr/bin/anonymous : 2014-04-26 14:14 ID:u+TFQ6mk

Like >>26 said, OpenBSD uses a lot Perl for everything.
And Perl, is not a dead language, just look the cpan, every day there is a new module.

28 Name: #!/usr/bin/anonymous : 2014-05-04 04:44 ID:Heaven

this thread is almost five years old

29 Name: #!/usr/bin/anonymous : 2014-05-18 22:32 ID:Heaven

>>28
and people still insist that perl was dead five years ago, despite the fact that the latest stable release was only 4 months ago and the latest preview release was last month.

Name: Link:
Leave these fields empty (spam trap):
More options...
Verification: