Hacker News new | ask | show | jobs
by trehans 1184 days ago
Why not remove the ability to set a key to the null value then? Raise an error in the compiler. It seems pretty undesirable to have undefined behavior in the language, and if high performance is one of your goals, remove the ability for users to do the low performance things.
1 comments

Raise an error or just substitute with a deletion