+ 1
Can someone give me an example of Kotlin's use besides in Android app development?
Still trying to figure out what is this language all about...
1 Respuesta
+ 3
I've made a PC program with Kotlin. I've read about it being used to run native (without JVM in machine code) for embedded systems. It can generate native for many different processors, including Mac and PC so can be used for speed just like C++ in gaming software. Any machine that supports JVM can run Kotlin.