So after working on a simulation platform for my robots in Java for some time, and having done large projects in C++, I am slowly coming to the conclusion that "Java is not significantly easier than C++"
Some caveats :
- I am comparing templatized C++ with STL and Boost to Java with Generics. Day to day use of either language changes radically if
( Read more... )
Comments 26
in short, life is pretty good. there's lots of time left over to focus on syntax
Reply
Reply
Reply
Also, I find anonymous classes to be indispensable.
Reply
Reply
But use B for a while and then try to go back to A and you see how horrible it is.
Reply
You did slip in a little bit of hyperbole implying a "strict subset" relationship between the features of one language and the other. I'll assume that we both know that this is not the case and move on.
Reply
Reply
Reply
Reply
Reply
I've been doing mostly C/C++ lately because I've been doing performance sensitive things that really need the extra speed (and trying to write bloat-free C++ to make sure it really does get that performance). Otherwise I keep thinking that I'd rather write in Java because of how nice it is for a lot of things.
Reply
Reply
I did notice that C++ got a lot easier once I started copying the code philosophy of former Java programmers.
Reply
"The C++ Way" radically changed fairly recently.
I can't claim its easier/harder than Java, but I can claim that its pretty interesting, easier than the old C++, easier than C, easier than FORTRAN, and still significantly harder than Python.
Reply
Leave a comment