Hacker News new | ask | show | jobs
by piwi 1043 days ago
My comparison with c++ shows java is not more verbose if you take into account headers.
1 comments

I think people are very aware that c++ is a lot more verbose than Java. What's the advantage of making this particular comparison?
I actually think c++ is not necessary more verbose than java as a language.

But memory management/safety, weaker IDE support and ecosystem make it less productive than Java for business dev.

Wait until you see this new, hyped language called Go! That is even more verbose than both!