Hacker News new | ask | show | jobs
by peteretep 4945 days ago
I watched a keynote recently where Guido - the Python guy - made the point that Ruby, Python, and Perl are all essentially the same language.

I like Perl because it's:

* Stable, reliable, very very mature

* Has a testing culture really second to none, excellent testing tools, and a unifying testing mechanism (TAP)

* CPAN really is awesome

* Almost any tool you enjoy from the other languages, Perl has an equivalent

1 comments

Installing a new version of Perl doesn't break your old code! This is not true for Ruby (I'm not sure about Python as I no longer use it much), which is a huge argument in favour of using Perl over Ruby.

Having said that, it's certainly possible to use all of these languages, and once you are good at one, it should take little extra effort to learn the others. All of them have their strong points and you'll probably regularly see code in each of them, so just learn them all.

Except perl 5.17.6! (I suspect the hash randomization feature will cause a lot of disturbance)