Dictionary/HashMap #297
unbounded
started this conversation in
Language Development
Replies: 2 comments
-
I do not plan on adding hash maps. |
Beta Was this translation helpful? Give feedback.
0 replies
-
There are now experimental functions that manipulate arrays as if they are hashmaps. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Happy Advent of Code! 🙂
Just curious if you foresee this language getting a dictionary / hash map type for O(1) lookups?
I tried implementing a static hash map with string keys, but I'm thinking it could be done better with language support for e.g. hashing.
Beta Was this translation helpful? Give feedback.
All reactions