best scripting language to learn?

  • Like
Reactions: .Hack


As far as scripting languages go. Perl > *

not sure why people are all over PHP here...if you're writing a web application, use PHP. If you're writing any other type of "script" (for automation, or whatever) use Perl.

Although PERL may be better suited for scripting, so far what I've read on php makes it seem like a pretty good multi-use language. Maybe if I start out with php, I can learn a better language for whatever I end up spending most my time on? Meaning if I find scripting more useful than web applications, I can switch, but php seems like I can get more "everyday" use out of it. Maybe I'm just greedy, but this thread makes me want to learn em' all.
 
PHP is, well, the standard. Runs everywhere. Can do everything you need for websites. But it's a very ugly language and full of inconsistencies. That said, I use it all the time for website stuff.

I love perl to extract and parse data. This language was built to do such things. Ruby isn't mature enough for my taste. And python, well, that's something I'll look into one day I guess.

And don't forget to learn about the standard UNIX/GNU tools and some shell. There are things you can do in a few seconds on the command line that would require some rather serious coding in any scripting language.