Is Native aiming to be low level enough to create ...
# kotlin-native
o
Is Native aiming to be low level enough to create an operating system? Or is it going to be a bit higher level than that 7 replies Kotlin is generally an application level language, but actually in any OS there’s significant amount of application-like code, for example many drivers are technically mini-applications satisfying certain API (hi, L4). So I wouldn’t recommend writing whole OS in K/N, but parts of that - why not!