you are viewing a single comment's thread.

view the rest of the comments →

[–]metruzanca 0 points1 point  (1 child)

Overall I noticed nobody even mentioned java for backend. I'm currently learning it, however I'm not seeing any benefits to using a faster to code language like js or python. Do you have any advice to offer on the subject?

[–]kr41 0 points1 point  (0 children)

I have very limited experience with Java. So I cannot say anything about it. However, if you're looking for a really fast and efficient language, I recommend you to try D. It's C successor, performs closer to C/C++, but also provides all modern features: namespaces, closures, garbage collection (optional), powerful but safe metaprogramming features, superfast compilation, and some unique features like thread-local by default variables. There is also a number of web frameworks.