- Cetus Links - Objective-C - http://www.cetus-links.org/oo_objective_c.html
Links on Objects, Components and Objective-C. Provides links on tutorial, newsletter, books, software and libraries.
- Programming in Objective-C - http://www.cs.indiana.edu/classes/c304/oop-intro.html
Some introductory notes and examples of Objective-C.
- Programming: Objective-C - http://www.toodarkpark.org/computers/programs/objc.html
Includes tutorials, reference material and downloads.
- Steve Dekorte's Objective-C page - http://www.dekorte.com/Objective-C/index.html
Overview, language comparisons, history, compilers (platform chart and feature chart), project links.
- Optimizing Objective-C Code - http://www.mulle-kybernetik.com/artikel/Optimization/opti.html
Articles and samples to help you get maximum performance from your Objective-C code.
- comp.lang.objective-c FAQ - ftp://rtfm.mit.edu/pub/faqs/computer-lang/Objective-C/faq
Frequently asked questions about Objective-C.
- Objective-C - http://c2.com/cgi/wiki?ObjectiveCee
At the Portland Pattern Repository Wiki.
- Objective-C is Fun - http://www.gnustep.org/resources/ObjCFun.html
A simple introduction to Objective-C, from the GNUstep project. By Adam Fedor.
- Cocoa: The Objective-C Programming Language - http://developer.apple.com/documentation/Cocoa/Conceptual/ObjectiveC/
A detailed introduction to object-oriented programming in the context of the Objective-C programming language.
- Objective-C: Dynamite! - http://www.otierney.net/objective-c.html
Article discussing the merits of the dynamism behind Objective-C and how it can be leveraged.
- Categorically Speaking - http://www.stepwise.com/Articles/Technical/CategoricallySpeaking.html
Article from Stepwise on the merits of Objective-C categories, with examples.
|