February 25, 2004

Project: Cocoa

It is a normal practice of mine to work on one project outside of work and school. However, I have fallen into the habit of starting projects and not finishing them. So, to instill some accountability into myself, I've decided to document my projects publicly.

SMS POWERBUILDER

For a while I was working on learning Carbon, but I have yet to see a resource on Carbon that isn't either horribly outdated or written overly simplistically or like the K&R. So I've decided to put Carbon on hold and move on to Cocoa. This may not be the smartest move, but it's what I've decided to do.

Current Project: Self Education on Cocoa
Status: Searching through XCode documentation

Posted by B_Rob at February 25, 2004 12:35 AM
Comments

What exactly is Cocoa?

Posted by: Stardog at February 27, 2004 09:38 PM

Cocoa is an OSX only interface for programming. It uses Objective-C natively, but can also be coded in Java as well. Carbon is the transitional interface between Classic and OSX.

Posted by: B Rob at February 27, 2004 10:22 PM