-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hashmaps #20
Comments
What kind of syntax should they use? Probably for accessing data []-syyntax would be appropriate. But how about for the type? What hash function to use? A perfect hash based on trie or some other hash? |
Maybe
|
I think |
Do you mean I can't figure out a situation where I needed to create an array which has the size of the string type. What about syntaxes |
Pascal-like syntaxes They could also support multiple keys, like |
I would prefer the Integer[String] syntax. Note that user should be able to mix hashmaps and regular arrays. Eg. Dim foo As Integer[String][10][10] |
Tables with string keys
The text was updated successfully, but these errors were encountered: