Hacker News new | ask | show | jobs
by NigelTufnel 4519 days ago
I don't understand. By built-in map you mean "map literals"?
1 comments

Yes, as built-ins I consider literals (with specific language syntax). Well, otherwise most modern useful languages have at least a library level implementation of some associative data structures. Erlang has them too, dict, gb_tree and a few others.