Hacker News new | ask | show | jobs
by rezeroed 2059 days ago
https://nim-lang.org/docs/options.html
1 comments

The real question is: how much of standard libraries and broader ecosystem use them? Scala has null values, but broad usage of Option and Either so I can often write code as if null didn't exist.