Hacker News new | ask | show | jobs
by novocaine 2431 days ago
We're using kotlin native, after considering rust for a bit. It's been working great, we've had it in production for about six months.

Main advantages are

* kotlin is a nice language with good type support

* has good swift bindings out of the box

* also compiles to js and cpp so we can use it in our Web product as well

3 comments

What's the debugging experience like?
What tipped the scales over to Kotlin Native for your team over Rust?
How much work do you have getting it into js?