To me it makes no sense. Why would you want your language to decide how to collect your garbage. Just throw away the shit when you are done with it unless you are a lazy slob piece of shit. Machines making decisions for you is no good. Do you guys also drive cars with automatic transmissions? That is unacceptable.
Tree wizard puretongue, The digger of holes, The swan king, The Elf lord, The eater of souls. Lithon the black, The rider of stars, Tyrannosaurus Rex, The eater of cars.
Name:
Anonymous2012-09-16 16:27
>>1
>Just throw away the shit when you are done with it
well that's kinda how GC works anyway! done with your object? remove all references to it. will lose access to some references after they're created? make them weak. no weak references? your language is broken!
I agree. Filthy IDE's could even have checking for whether the dumbfuck programmer has called the cleanup routines.
Name:
Anonymous2012-09-16 16:29
Unlike you, I actually have work to get through. I like to use tools for their purposes, not because I feel so elitist that I'm better than the tool.
Name:
Anonymous2012-09-16 16:49
>>6
Unless you are writing a quick script in perl or something GC is unnecessary.
Name:
Anonymous2012-09-16 17:47
>>5 I agree. Filthy IDE's could even have checking for whether the dumbfuck programmer has called the cleanup routines.
ha ha, that "checking" that you think IDE's should have is called static analysis, of which lint and valgrind are examples. The fact that you think static analysis will automatically spot all areas of unused memory proves that most programmers dont understand that this ties in with Turing's halting problem and that it is impossible to do accurate static memory checking. So software continues to be buggy and leak memory just because programmers buy into the myth that manual memory management is somehow better than gc.
Name:
Anonymous2012-09-16 17:57
ONE WORD THE AUTOMATIC STACK DEALLOCATION
THREAD OVER
>>9
I love when the retards on this board throw around "big words" that they dont understand and everyone else does understand which makes them feel smart but only shows what an idiot they are to everyone else
Name:
Anonymous2012-09-16 18:06
programmer time is more valuable than machine time
thread over