|
|
|
|
|
by izackp
802 days ago
|
|
Swift has some of the simplest code for what it’s trying to accomplish. Any complexity is opt-in. Error handling is great and works well with async. Protocols and enums are amazing. It’s keeping up with new patterns and techniques such as implementing move semantics and actors. As well as c and c++ interop, and so on. Support is coming for other OSs. Kotlin constantly clashes with java. It almost feels like typescript + JavaScript. Rust doesn’t allow for shared mutability making common/simple patterns for making apps much more difficult. I like rust but it has its own place. |
|