Comment on Rust vs. Go: Battle for the Back EndparentComments−chris_overseas1yNot entirely true - e.g. Kotlin has null safety built into its type system, and I find it much nicer than the option/optional approaches used in various other languages.https://kotlinlang.org/docs/null-safety.html−josephg1yLooks similar to the syntax in Swift. I agree - it’s much nicer than all the mucking around you need to do in rust.It’ll never happen, but I wish rust added this kind of sugar on top of Option.
Comments
Not entirely true - e.g. Kotlin has null safety built into its type system, and I find it much nicer than the option/optional approaches used in various other languages.
https://kotlinlang.org/docs/null-safety.html
Looks similar to the syntax in Swift. I agree - it’s much nicer than all the mucking around you need to do in rust.
It’ll never happen, but I wish rust added this kind of sugar on top of Option.