Join Slack
Powered by
The android announcement says Kotlin will also be ...
# kotlin-native
n
nimtiazm
05/25/2017, 3:35 PM
The android announcement says Kotlin will also be supported on iOS. Is it like supported as in objc runtime ( apps can be written with Kotlin)?
m
maciekjanusz
05/25/2017, 3:58 PM
nimtiazm: yup, LLVM is the target vm
maciekjanusz
05/25/2017, 3:58 PM
https://github.com/JetBrains/kotlin-native#kotlinnative
o
olonho
05/25/2017, 6:17 PM
Yes, apps can be written in Kotlin, for example, you could compile Tetris for iphone target, but currently, no ObjC/Swift interop is provided
n
nimtiazm
05/25/2017, 7:48 PM
I'm aware of Tetris example and that's pretty cool. So "currently, no objc/swift interop" means it'll be provided soon?
o
olonho
05/26/2017, 5:47 AM
yes, it is being worked on
olonho
05/26/2017, 6:10 AM
@maciekjanusz
: funny enough, LLVM isn't a VM, it's compiler infrastructure and Kotlin/Native runs without VM, using LLVM's codegeneration facility
m
maciekjanusz
05/26/2017, 10:03 AM
good point! thanks for clarification
4
Views
Open in Slack
Previous
Next