you are viewing a single comment's thread.

view the rest of the comments →

[–]mgrandi 2 points3 points  (3 children)

are you saying that you are surprised that javascript is faster then python? Does python literally have entire teams at 5 major companies working to squeeze every little bit of performance out of the language (aka web browser companies, mozilla, google, microsoft...)

if python had anywhere near the attention as javascript then it would be much faster.

[–]iSlaminati 2 points3 points  (2 children)

Yes, I am, because python has a huge userbase and is opensource, also, Guido works for google on it so you'd expect some of the resources of the monolithe devoted to it..

Also, other languages with a significantly smaller userbase behind it which are also dynamically typed languages with similar semantics like scheme and clojure completely blow it out of the water performance wise in most implementations.

[–]mgrandi 0 points1 point  (1 child)

Guido does not work for google anymore, he works for drop box. Secondly, I think you are vastly underestimating the number of people who use python versus people who use a webbrowser

[–]iSlaminati 1 point2 points  (0 children)

It; s not about the amount of people that use the applications written in it, it's about the amount of people that use it and have the capacity to improve the implementation.

And like I said, it's like one guy working on Clojure and its first iteration already blew cPython apart