7 ms·
Yeah, I still wouldn’t say that c++ is “one of the most widely-used languages for writing native apps” for OS X. And internally apple use other languages a lot
by joewillsher 10y ago
Yeah, I still wouldn’t say that c++ is “one of the most widely-used languages for writing native apps” for OS X.
And internally apple use other languages a lot, but frameworks like UIKit, AppKit, and many of the other public frameworks they expose in the SDK are objc, with foundation for example abstracting a lot of CoreFoundation C code.