Comment by The_rationalist
6 years ago
Does anyone know a good technical comparison of swift vs Kotlin (and eventually vs rust and typescript). I would like to see their singular features and their misfeatures.
6 years ago
Does anyone know a good technical comparison of swift vs Kotlin (and eventually vs rust and typescript). I would like to see their singular features and their misfeatures.
I think most notably is the different paradigms towards memory management. The syntax is very similar between the two languages, something like 80% identical, but that's trivial.
How do Kotlin's interfaces compare to Swift protocols? Being able to do things like provide default implementations in a protocol are some of the biggest Swift features for me.
it’s not exactly the same thing, but you can kind of accomplish something similar to “swift protocols with default implementations” with abstract classes
https://www.programiz.com/kotlin-programming/abstract-class