If you use the Foundation (most do) you will have a reference counting garbage collector that works with all objects
Also worth noting is the support of boehm mark & sweep conservative garbage collector. (Which addresses many problems of ref counting such ref cycles).
Also worth noting is the support of boehm mark & sweep conservative garbage collector. (Which addresses many problems of ref counting such ref cycles).
- Marko
- Marko
> GNUStep implements the OpenStep specification (which is not NeXTStep), while maintaining compatibility with NeXTStep.
MacOSX extensions are followed whenever possible (XML property lists, but no AppleScript,QuickTime... yet).
GNUStep aims to be crossplatform (as OpenStep) but probably implementing most Mac OS X only stuff on all platforms will be difficult.
- Marko