Hacker News new | ask | show | jobs
by marcandre 1040 days ago
I am not the OP, but I suspect the point about keywords vs map might be why was Keyword favoured over Map, i.e. why does `foo(a: 1)` compile as `foo([a: 1])` and not `foo(%{a: 1})`.

Nice writeup on why the dot <3