Hacker News new | ask | show | jobs
by MichaelGG 4807 days ago
The difference is that Maybe or Option is something you can implement in library code, it does not require any special compiler implementation.

Also, most languages require something to be a reference or pointer to be null. You can't have a plain int or structure be null.