Hacker News new | ask | show | jobs
by clnhlzmn 1 hour ago
The way we do it in modern languages with things like std::optional and even that is not the best example.
1 comments

And higher level languages that works. But what do you do when you get down to low level C or assembly?

You basically end up with null/0 don’t you?