Hacker News new | ask | show | jobs
by alipang 2205 days ago
Found the guy who completely missed Kotlin, TypeScript and Scala.
1 comments

All three of which have null? TypeScript even has two kinds of null. Scala even has monads as well! :-)
TypeScript requires you to verify if the value is null-ish or not (assuming you're using the new default "strict mode"). I don't believe Gravity does