Y
Hacker News
new
|
ask
|
show
|
jobs
by
souldeux
1895 days ago
I don't know enough about Kotlin to know if it's useful or not to point out Kotlin/Native:
https://kotlinlang.org/docs/native-overview.html
1 comments
The_rationalist
1895 days ago
GraalVM native is generally better than Kotlin native as it maintain Java-kotlin interop. Kotlin native is more for niche use cases like objective-C/Swift interop.
link
pjmlp
1895 days ago
Kotlin/Native is also being redone after being proven that not following the same memory model as the JVM was a bad decision.
link