DEV Community

Discussion on: NUll vs Undefined

Collapse
 
fennecdjay profile image
Jérémie Astor

In Gwion, I actually implemented @null type (the type of null) as inheriting from Object, as it means absence of an object. It's true this way needs a few special rules to match, say, function pointers but it works well this way.