Y
Hacker News
new
|
ask
|
show
|
jobs
by
alipang
2205 days ago
Found the guy who completely missed Kotlin, TypeScript and Scala.
1 comments
skrebbel
2205 days ago
All three of which have null? TypeScript even has two kinds of null. Scala even has monads as well! :-)
link
neurotrace
2205 days ago
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
link