Ask HN: Would I be crazy to learn Objective C now?
Until I heard about Swift, I was planning to learn ObjC in Q3 this year and get involved with a cool iOS project that uses it. Now that Swift has been announced, I'm wondering if this is still a solid career move, or if Objective C is now the latin of programming languages.
Will Swift completely supersede Objective C? To someone who knows neither but is interested in iOS and OS X development, would time spent learning ObjC be time wasted?
12 comments
[ 3.0 ms ] story [ 38.4 ms ] threadHowever I think that most Objective C learning material is still a good precursor for learning iOS in general and learning the structure of iOS apps.
Looking forward to hearing other answers.
However, learning Swift without first learning how the underlying Objective-C libraries work, the design patterns, the available functions, Swift-Objective-C-Interop is going to be very difficult.
I'd recommend learning Swift and Objective-C at the same time. If you learn how to do something in Swift, learn how to do it in Objective-C. Objective-C isn't going anywhere, any time soon.
In fact the only scenario I'd say no is if your only plan is to build your own new apps from scratch.