Hacker News new | ask | show | jobs
by tomrod 2956 days ago
I don't know this history. Would you mind expanding on it, or giving a link where I could learn more?
1 comments

C++ is a utterly complex language. Java appeared as an option to simplify programming compared with all the bureaucracy of C++: no need to manage every bit of memory (GC), no multiple inheritance, no templates, no multi-platform hell, a big library included etc.