6 ms·
A major difference is that there is a tool for automatically converting from Java to Kotlin. I don't think that exists for Objc to Swift.
by complexworld 6y ago
A major difference is that there is a tool for automatically converting from Java to Kotlin. I don't think that exists for Objc to Swift.
- krrrh 6y agoThere is this, which can help get started. http://swiftify.com/ http://swiftify.com/
- V-2 6y agoThe code it generates leaves a lot to be desired. It's highly non-idiomatic, and has the marks of a computer-generated structure all over it. This being said, it certainly facilitates the transition from Java to Kotlin as it makes for a convenient learning tool (used on small portions of code).