|
|
|
|
|
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 |
|
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.