Live data from Hacker News

Why is perl losing its touch?

google.com

11–20 of 73 posts

Re: Why is perl losing its touch?

#11
I think it's better to flip the question around:

I make my living writing single-page web apps in JavaScript. These days, everything I do, even on the server, is in JavaScript.

What does Perl do a hundred times better than the latest in the JavaScript universe (ES6, Meteor, node.js, etc.)? If it doesn't, that right there is your answer.

Re: Why is perl losing its touch?

#13
post #12

I compared perl and JavaScript: http://www.google.com/trends/explore#q=Perl%2C%20JavaScript&... And they both have a similar decline.

JavaScript is so yesterday, Ada is clearly the language of the future. :P

http://www.google.com/trends/explore#q=ada%2C%20JavaScript&c...

Re: Why is perl losing its touch?

#15
post #6

It's fairly obvious that the python programming language results are fairly drowned out by the Monty Python and snake results, as illustrated by all the news headlines shown for python, and by related topics and queries. That's not to say that the trend shown is entirely incorrect, just that it would be mostly coincidental to the data shown here.

Comparing 'perl language' and 'python language' shows a similar trend: http://www.google.com/trends/explore#q=perl%20language%2C%20...

Which falls prey to the fact that people don't need to disambiguate "perl" when searching, but often do for "python". Changing it to "perl" and "python language" isn't very useful either, as it so severely limits the python query as to be unusable.

To be clear, I don't doubt there is a drop in Perl mindshare and usage, I just don't think the original comparison, or the alternative one you posted, really shows a relation between Perl and Python in any meaningful way.

Re: Why is perl losing its touch?

#16
post #13
post #12

I compared perl and JavaScript: http://www.google.com/trends/explore#q=Perl%2C%20JavaScript&... And they both have a similar decline.

JavaScript is so yesterday, Ada is clearly the language of the future. :P http://www.google.com/trends/explore#q=ada%2C%20JavaScript&c...

[deleted]

Re: Why is perl losing its touch?

#17
post #15

Earlier quoted context omitted.

Comparing 'perl language' and 'python language' shows a similar trend: http://www.google.com/trends/explore#q=perl%20language%2C%20...

Which falls prey to the fact that people don't need to disambiguate "perl" when searching, but often do for "python". Changing it to "perl" and "python language" isn't very useful either, as it so severely limits the python query as to be unusable. To be clear, I don't doubt there is a drop in Perl mindshare and usage, I just don't think the original comparison, or the alternative one you posted, really shows a relat…

How about "programming perl/python". a graph very similar to OP's http://www.google.com/trends/explore#q=programming%20perl%2C...

Re: Why is perl losing its touch?

#19
post #6

It's fairly obvious that the python programming language results are fairly drowned out by the Monty Python and snake results, as illustrated by all the news headlines shown for python, and by related topics and queries. That's not to say that the trend shown is entirely incorrect, just that it would be mostly coincidental to the data shown here.

Well, you can try selecting the right category:

http://www.google.com/trends/explore#q=perl,+python&cmpt=q&c...

Re: Why is perl losing its touch?

#20

I think it's better to flip the question around: I make my living writing single-page web apps in JavaScript. These days, everything I do, even on the server, is in JavaScript. What does Perl do a hundred times better than the latest in the JavaScript universe (ES6, Meteor, node.js, etc.)? If it doesn't, that right there is your answer.

You clearly work in the web industry =)

perl does one thing hundred times better than (server-side) JavaScript: when you need to get data out of a server that you have no sudo privilege because your boss asked you to get stats on your trades ASAP.

This happens shockingly frequently in finance, and perl (and actually, awk) was the only scripting language that I could safely assume was installed.

Post reply on HN