Re: SDK showdown: iPhone vs. Android
Objective-C was invented in 1986, popularized by NeXT and brought over to Apple with Mac OS X. It is not an Apple-developed language.
Any developer worth a damn who knows C++, C# or Java should be able to learn ObjC rapidly. The syntax looks different, but all of the useful features are there, and then some.
It's not the language that determines the success of developers, it's the frameworks (or API's). Cocoa is an excellent framework and that makes ObjC look good. If the frameworks are a gnarled mess (and I think we all have seen more than one of those), the most beautiful, elegant language in the world can't save it.
Finally, the best programmers write in assembly language.