Swift is the future, Objective-C is the past.
Ask HN: Swift or Objective-C?
21–27 of 27 posts
Re: Ask HN: Swift or Objective-C?
#22Objective C++
Re: Ask HN: Swift or Objective-C?
#23Swift is the future, Objective-C is the past.
But Objective-C is also the current, as most big codebases are still in it.
Re: Ask HN: Swift or Objective-C?
#24Swift is a better language in almost every way but you should still know Objective-C if you want to work professionally.
Not when working with C++ libs as of today. Even working with C is a bit of a pain. Apart from that, yeah go full Swift.
To clarify, in this case you can (should?) use Objective-C++ wrappers to create an interface for Swift.
Re: Ask HN: Swift or Objective-C?
#25Re: Ask HN: Swift or Objective-C?
#26Q: What made most developers fear iOS Development? A: Objective-C. Then there were programmers who spent countless hours learning Objc, these objc programmers will always tell you to use objc and not Swift. Apple, introduced swift because it is the future. Learn swift, once you know swift and you are comfortable with iOS Frameworks you can easily transition to objc.
Re: Ask HN: Swift or Objective-C?
#27I think it really depend on your level of knowledge. If you are just starting out then I would start with Swift as it is easier to learn and most new learning materials are in Swift. Once you get the hang of the API and Swift, you will eventually have to learn Obj-C.