back

by rbanffy·18y ago·view on hn ↗
Besides being very old, as heroev well pointed out, this is a quite obvious article.

Just like C++ is slower than assembly, which is slower than using microcode, which is slower than coding at the logic-gate level.

It's not that writing Java code is easier than writing C++. The fact is that writing memory leaks is a lot harder in Java than it is in C++.

1 comments
The main difference being that finding the memory leaks in Java, or rather: unintentional object retention, is far simpler than in most C++ environments.
that's what I said. "Writing the memory leaks" is, after all, a lot harder in Java (or Python, or Ruby, or Lisp) than in C