[erlang-questions] Maps single value access not implemented

Sina Samavati sina.samv@REDACTED
Mon Feb 10 16:56:30 CET 2014


Max Lapshin <max.lapshin@REDACTED> writes:

> I think that maps may be a good replacement for proplists that are
> everywhere used as map.

Absolutely. It's even better, pattern matching over Maps is one of the _things_
that makes it better than Proplists. But, there's still a thing that might make
us unable to say "it's better", or even put Maps versus Proplists, that's
duplicate keys. We cannot add the same key multiple times in Maps.

-- 
Sina Samavati
Software engineer

https://github.com/s1n4
https://twitter.com/sinasamavati



More information about the erlang-questions mailing list