Hacker News new | ask | show | jobs
by peoplewindow 2956 days ago
Kotlin has null, but also nullability in the type system. They kept it in for interop purposes. Also, optionality is very common, so having it integrated into the language makes it more convenient and efficient.