How to Pick a Language
web.mac.com
How to Pick a Language
1–10 of 73 posts
Re: How to Pick a Language
#2PHP?
Re: How to Pick a Language
#3It's opinionated, but this article serves as a good FAQ for people who might be asking what language should they learn.
Re: How to Pick a Language
#4PHP?
Pick PHP if you're very concerned with being able to find a quick, cheap online host for your web-app and you don't want to bother with learning another language (or with learning how to deploy web-apps in other languages, which really isn't very hard).
Re: How to Pick a Language
#5PHP?
You don't really learn PHP so much as catch it.
Like a disease.
Re: How to Pick a Language
#6PHP?
Pick PHP if you want to use Wordpress, phpBB, Drupal, and a wealth of other great open-source web apps.
P.S. Final post; great community here!
Re: How to Pick a Language
#7Nice and thorough. I only have two qualms:
1. Reading through the Matz book on Ruby (http://oreilly.com/catalog/9780596516178/index.html), there's a very good explanation as to why Ruby/Python/Perl are "scripting" languages as opposed to "programming" languages: no main! That is, whichever file is fed to the interpreter is run (with some exceptions) in order. So these are, and probably always will be, scripting languages.
2. The author vastly underestimates the importance of Javascript...
Re: How to Pick a Language
#8PHP?
In fairness, why not just learn Perl? Then go back to PHP if it fits the problem space...
Re: How to Pick a Language
#9PHP?
[deleted]
Re: How to Pick a Language
#10PHP?
I don't know PHP, so didn't comment on it. Would it get its own category, or fit into one of the ones I gave?