Honestly, Python/Ruby/etc. are 'fast enough' for most web-level purposes, and at least with Python you've got options if you need to scale up and can't afford more hardware - Stackless, PyPy, Cython, etc. They're also extremely good for rapid prototyping of new ideas, and you generally have the...