[erlang-questions] Special syntax for dictionaries

Tony Arcieri tony.arcieri@REDACTED
Thu May 6 03:18:13 CEST 2010


On Mon, May 3, 2010 at 5:10 PM, Richard O'Keefe <ok@REDACTED> wrote:

> My proposal for 'frames' has been sitting around for years.
> but it's NOT a hashmap because it's NOT mutable


I'm kind of confused as to what you're saying here.  Dicts aren't mutable
either.

However, you can produce a new dict from an old dict and a key/keys to add,
just like you can produce a new record which is created from an old record
and a field/multiple fields to change.

When you say "frames" wouldn't be mutable, how does that differ from dicts
(or for that matter, records)

-- 
Tony Arcieri
Medioh! A Kudelski Brand


More information about the erlang-questions mailing list