Kotlin is generally an application level language,...
# kotlin-native
o
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!
👍 1