Linked by Thom Holwerda on Mon 18th Oct 2010 21:54 UTC
Permalink for comment 445923
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
News
Linked by Thom Holwerda on 05/21/13 22:06 UTC
Linked by Thom Holwerda on 05/21/13 21:45 UTC
Linked by Thom Holwerda on 05/21/13 15:53 UTC
Linked by Thom Holwerda on 05/20/13 22:43 UTC
Linked by Thom Holwerda on 05/20/13 21:50 UTC
Linked by Thom Holwerda on 05/19/13 23:15 UTC
Linked by Thom Holwerda on 05/19/13 23:11 UTC, submitted by Drumhellar
Linked by Thom Holwerda on 05/18/13 21:06 UTC
Linked by Thom Holwerda on 05/18/13 7:37 UTC
Linked by fran on 05/18/13 1:38 UTC
More News »
Sponsored Links



Member since:
2008-01-09
An example: in the gorm editor, I simply added a menu option for New Window in a web browser application I had the code for, the application automatically used the new feature without any code being written. Obviously the api had had support for spawning new windows already in it and just adding the menu item was enough to automatically call that feature. I've seen a lot of things snapped together in seconds using objective-c I recommend anyone who hasn't to look into it as a language. Versus writing gtk applications in C or windows software in C++ objective-C is a dream. checkout the videos of steve jobs in the 80s showing off Next to see why OSX is so much more powerful. It's the language it uses. http://www.youtube.com/watch?v=j02b8Fuz73A - notice how this is about 8-10 years before COM/OLE?
Thanks for the link. I agree that Cocoa is a very powerful framework and that Objective-C is a powerful and descriptive language which deserves a higher adoption rate.
I do think that with many companies hiring/positioning people to work on Objective-C code for iOS apps they will have helped to create more Objective-C programmers that can work on OS X and GNUstep, the latter needs to have more work put in its Interface Builder's clone in order to be more competitive (Xcode, Instruments, and especially Interface Builder are keys to Cocoa's success IMHO).
Objective-C has not been left collecting dust either, the new runtime supports some very interesting features:
http://www.mcubedsw.com/blog/index.php/site/comments/new_objective-...
Objective-C on OS X is helped by LLVM (it keeps gaining new features paired to advancements in the Clang compiler). The static analyzer based on LLVM is a very powerful tool too.