I want to start programming under OS X. Where to start?
March 18, 2005 1:59 AM
Subscribe
I've done some programming in my time (Basic & Turbo Pascal way back when), shifted more to the web side of everything about 8 years ago (procedural PHP server-side and HTML&JS&CSS client-side).
Having recently purchased a mac mini, and hearing the gospel of how easy it is to program with carbon & cocoa, does anybody have any recommendations (books) on where to start?
I'm not looking into writing the next big MMPORG or anything like that, just little apps and work myself up from there
posted by slater to computers & internet (5 comments total)
The Getting Started With Cocoa and Getting Started With Carbon pages should point you towards the relevant resources.
You'll want the latest version of Xcode (download, free registration required).
I would learn Cocoa, rather than Carbon. It's a very powerful, modern framework and I reckon you'll get results faster with it. If you were coming across from, say, Win32 programming, I think Carbon would involve a smaller conceptual leap. But since you're completely fresh to GUI programming, either framework is gonna involve a bunch of new ideas, so you might as well leap straight into Cocoa -- it's the future of Mac OS X programming, rather than the past.
posted by chrismear at 4:16 AM on March 18, 2005