Hacker News new | ask | show | jobs
by RhodesianHunter 2998 days ago
Check out Kotlin.

String is not nullable String? Is nullable and the compiler/ide will force you to check for null when you use it.