Hacker News new | ask | show | jobs
by mojuba 166 days ago
It didn't make pointers safer to use though. In Swift and some other modern languages you can't dereference an optional (nullable) pointer without force-unwrapping it.