Hacker News new | ask | show | jobs
by amaranth 635 days ago
There are in fact two "to native" compilers for Kotlin, the one for Kotlin only is called Kotlin Native but you can also use graalvm native-image to compile any JVM language to native.