Archive for December, 2009
History of Objective C
Very cool history lesson on Objective C, with the world’s largest monitor.
Objective-C Messaging
It should be noted, that due to the overhead of interpreting the messages, an initial Objective-C message takes three times as long as a C++ virtual method call. Subsequent calls are IMP cached and 50% faster than the C++ virtual method call. Pretty tight, eh?
Learning iPhone App Development with Stanford
Kudos to Stanford for releasing their iPhone App Development Course CS193P. Every lecture will be available and lecture handouts, so I’ll be attending this every day for the next few weeks to supplement my iPhone App Development learning. You can follow along with my notes and progress here in my GDocs.

