JSAbrahams / mamba

🐍 The Mamba programming language, because we care about safety
MIT License
88 stars 4 forks source link

Add 'Any' and 'None', which replaced 'undefined` #208

Closed JSAbrahams closed 2 years ago

JSAbrahams commented 3 years ago

Current Issue

undefined is a bit cumbersome.

High-level description of the feature

None is a nice mirror to Any. Furthermore, None feels more OOP-like, since we now basically have a special object which represents null or undefined.