alantech / alan

Autoscalable Programming Language
https://alan-lang.org
MIT License
304 stars 10 forks source link

Implement `Dict` and `Set` and `store` #824

Closed dfellis closed 1 month ago

dfellis commented 1 month ago

Resolves #751

Though with different names after I realized that the language would have functions named map, Map, set and Set, which is ridiculously confusing. So I renamed Map to Dict and set to store to keep them all distinct.