Why is there no kotlin/native support yet
# exposed
m
Why is there no kotlin/native support yet
d
Because it's not a priority? State your use case any it may be considered. For general server applications I think the advice would be to write a JVM server.
m
So that we can build native server which will consume less resources and even faster than the jvm server, and ktor also provides native support which may be held back just because exposed doesn't support native
I am willing to contribute to enable native support, but I need a direction for where to start
d
It's possible. I question any assumption that a Kotlin Native version would be faster though.
The JVM target, both JVM runtime and compiler, have received a lot of optimisation that the Native compiler hasn't.