Ask HN: Can Kotlin Native be a possible contender for Go on server side?
I recently came across Kotlin. I understand JetBrains is betting big on it by sponsoring development for native targets. Also, I find the learning curve for Kotlin to be lesser than Go. But can Kotlin Native give the same performance as Go?
3 comments
[ 1920 ms ] story [ 766 ms ] threadhttps://www.securecoding.cert.org/confluence/x/BgE
Also, the multi process, thread, coroutine, async io scheduling story in go is very compelling. Java (and by association kotlin) has lots if async server frameworks, but seems doubtful you'd get that level of integration unless they target it.