JVM Kotlin has nice converting tool from Java to Kotlin. Do you have any plans for similar tools for ObjC, C, C++ to K/N? 🙂
👀 3
🚫 1
o
olonho
09/13/2018, 4:36 PM
we do not have such tools at the moment, but may consider doing that later
👍 1
u
uli
09/14/2018, 6:36 AM
Most of the conversions will probably make no sense. I.e. original c code is probably more maintainable then the same code converted to Kotlin. A converter from Swift code be a great tool though
uli
09/14/2018, 6:36 AM
I think so, because the concepts of c and Kotlin are so different. The concept of Swift is pretty close though