Hi kotliners! Will be possible to use Kotlin/Nativ...
# kotlin-native
l
Hi kotliners! Will be possible to use Kotlin/Native for Arduino (or some other microcontrollers)? Is it in consideration? Thanks for answers.
n
Lukas - There are plans to port Kotlin Native to ARM based Ucs (ARM M3 and above). Arduino based ones have flash (ROM) which will be too small to accommodate 1) Kotlin runtime, 2) Kotlin standard library, 3) Custom Kotlin program that might contain a fair amount of functionality, 4) C libraries that are used by Kotlin program.