Akuli / oomph

Yet another attempt at making a usable programming language
MIT License
5 stars 1 forks source link

mapping add_if_missing method #241

Open Akuli opened 3 years ago

Akuli commented 3 years ago

like python's setdefault

Akuli commented 3 years ago

Maybe it should return the value and be called get_or_create_if_missing

Also could take in a callback function (not possible yet) to create value, only called when missing