Hacker News new | ask | show | jobs
by throwawaymaths 1120 days ago
The problem is not the existence of nil. It's that nils can propagate. The language doesn't check, for example, that if a function can return nil, it has to declare it in its signature, There isn't even a convention where if a function nils, it gets a certain name.