Comment Re:Memory leaks are no longer excusable (Score 1) 480
You have to start out at some point with a low level, assembly type language using constructs similar to malloc and free. Are you going to write your Java VM in Java, or your .NET framweork in C#? You have to use building blocks small enough to talk to the hardware, like c/c++ do with memory allocation, to give a foundation for higher level languages.