Live data from Hacker News

How to Pick a Language

web.mac.com

1–10 of 73 posts

Re: How to Pick a Language

#4

PHP?

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

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

Post reply on HN