Garbage Collection in Objective-C
Tuesday, den 30. October 2007I briefly looked at an article about Objective-C 2.0 and I’m totally disappointed. I learned the language in 1994 and I still think that it’s a really great language and much superior to others like Java, C or C++.
One of the fun parts was memory management. Former versions of Objective-C did not have garbage collection [...]