realization

Jul 16, 2008 16:34

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 :
  1. 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... )

Leave a comment

Comments 26

bk1e July 17 2008, 16:03:29 UTC
How Java’s Floating-Point Hurts Everyone Everywhere raises some interesting points. Then again, most programmers doing floating point math in C or C++ tend to ignore the same issues that the designers of Java ignores, so maybe it only matters if you really know what you're doing?

Reply

r_transpose_p July 18 2008, 00:33:38 UTC
Possibly, but its hard to cut through the needless vitriol of that article to get to the real meat of the complaints.

Reply


Leave a comment

Up