I prefer #go over #kotlin_native

1. better packages
2. 20% less code needed
3. better build system (go build). Gradle is too big.
4. lends itself well to fast-paced development

Not sure about #rust.

It just feels like Rust is too complicated for ordinary people like me.

Rust likes to tag itself as a security-driven language. I don't see that Go does any worse here.

When it comes to performance, the most important thing is to be faster than Python ;)