| Article: |
Cocoa Vs. Carbon? | |
| Subject: | I thought carbon would be the interim API .. | |
| Date: | 2001-05-23 09:05:33 | |
| From: | zenarcade | |
|
As the subjects says . . . .Carbon would be the interim tool for the big corporations(Adobe, MS . .) to port their code quickly to OSX. As I recall, the reason why yellow_box never hit on was that it meant totall rewrite of application. And so, for not scaring away developers, carbon were "invented".
|
||
Showing messages 1 through 1 of 1.
-
RE: I thought carbon would be the interim API ..
2001-05-23 12:16:38 James Duncan Davidson |
[Reply | View]




As far as taking advantage of all of OS X fundamental strengths, such as MP and preemptive threading, Carbon can use the system as well as Cocoa. Where Cocoa really shines is in all of the functionality that you get for free (such as spell checking), the ability to interface with other applications via Services, and a whole host of other really neat things enabled by the object-oriented nature of the framework.