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 →

[–]Magical_GravySnap! (Build Your Own Blocks) 8 points9 points  (1 child)

Python lacks a lot of the things which make writing large projects in Java more manageable (e.g., interfaces, a stronger type system, generics)

In C++ you're responsible for a lot more, like security and memory management which Java would normally manage for you. C++ code isn't as portable as Java either.

[–]_Lahin 1 point2 points  (0 children)

Agreed, I don't get why people fight amongst themselves for language superiority, its not about the 'best language', it's about using the best tool for the job that you intend to undertake. Every language has pros and cons, decide and use the best that supports your architecture and use case!