| ▲ | groundzeros2015 3 days ago | |||||||||||||||||||||||||||||||
Whatever Java is doing seems a few orders of magnitude smoother and saner than C++ (and I like C++). | ||||||||||||||||||||||||||||||||
| ▲ | germandiago 3 days ago | parent [-] | |||||||||||||||||||||||||||||||
It depends on how you look at it. C++ is very different since it is native. Java is a VM. This affects lots of decisions in weird ways. But in essence both commit to backwards stability at the end. C++ goes for performance, JVM for a more full-featured bytecode vm, etc. but still. | ||||||||||||||||||||||||||||||||
| ||||||||||||||||||||||||||||||||