Slashdot Mirror


User: mmikulicic

mmikulicic's activity in the archive.

Stories
0
Comments
3
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3

  1. Re:Objective C better then C++ ? on Adam Fedor of GNUstep Says Stuff · · Score: 1
    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).

    - Marko

  2. Re:There are major apps... coming soon ;-) on Adam Fedor of GNUstep Says Stuff · · Score: 1
    Does Carbon use DPS (or DPDF) for drawing purposes or the "common low-level" api is merely an access to the framebuffer ?

    - Marko

  3. Re:Lineage on Adam Fedor of GNUstep Says Stuff · · Score: 1
    GNUStep apparently only attempts to address the NeXT side of the world

    > 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