in reply to Iphone Apps

I learned Objective C (without Cocoa) for kicks a few months back. It's pretty close to C, essentially "C with objects". It doesn't really have much in common with Perl.

That said, if you're a competent C programmer and are used to writing code using object oriented concepts, learning Objective C is really only a matter of syntax and some very basic semantics.