I'm a programming newfag, and I was wondering if anyone can explain to me what garbage collection is and which languages are doinitrite or not.
Anyone?
Name:
Anonymous2009-08-17 23:45
Garbage collection is what toy languages use to manage memory.
Basically its a program which watches on your program and decides which unused objects gets deleted from memory.