Name: Anonymous 2019-01-08 15:02
Null is a mistake only if you're severely retarded
but I'd say having nulls be their own type as opposed to a pointer to address 0What do you mean by that? A null type? Something like bottom or unit?
and nullable functions either having multiple returnsFunctions that return pairs? How would that help?
returning a union of actual return and nullSo, like Maybe in haskell?