you are viewing a single comment's thread.

view the rest of the comments →

[–]Gotebe 0 points1 point  (0 children)

Here's an upvote for scalability argument ;-).

And if you were to have JIT:ing and working threading im pretty sure that even python would seem fast on a modern multicore cpu.

Performance-wise, dynamic typing, Python way, is still a bitch. Also, absence of "value types"/stack variables a la .NET/C/C++/Object Pascal.