|
|
|
|
|
by richthegeek
5249 days ago
|
|
Python & Ruby are both slower interpreted languages than PHP, for all their lovely syntax. The JVM is slower to develop for, and when probably 50% of projects on the web are stuff that's built in less than 2 months, using the JVM adds too much complexity where it really isn't needed. If you want speed (almost) as good as the JVM without using an interpreted language, use Node. Unless of course you only know the one language from your CompSci days.. |
|
Source? That's not what the Programming Language Benchmark Game says...
http://shootout.alioth.debian.org/u64/which-programming-lang...
Although that's probably without an optimiser at all.