Hacker News new | ask | show | jobs
by pornel 2351 days ago
That conflates pass by value/by reference distinction with being optional.

This means you need magic values for "maybe int" with no help from the type system. And you can't express "there's definitely an int at that address".