http://blog.buschnick.net/2010/02/garbage-collection-considered-harmful.shtml
http://john.freml.in/static-blog/tsac-harmful-garbage/talk.pdf
>>101
Now, how is GC great? It might not be shit, but certainly not great. I think GC is ok for scripting and prototyping, when you want fast results and quality doesn't matter.
I hate it when I have to run slow real world programs written in Java or C#. Damn.