Forgot your password?
typodupeerror

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.

Slashdot Top Deals

I cannot believe that God plays dice with the cosmos. -- Albert Einstein, on the randomness of quantum mechanics

Working...