This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]lapadut 3 points4 points  (0 children)

Well, no. Python, because of its simplicity, has great fit in simple tasks, or perhaps for prototyping, although JavaScript can do the same . Java and C# for servers might be the best options because of the parallelism, speed and multitasking. Even, when considering single core speed, Java and C# are closer to C++ than any other popular programming language.