> so creating associative arrays a la PHP, Ruby, or Python is an impossibility. ... some more bloggery ... > If you want to to add and remove fields on the fly, or if you don't know what fields you'll have until runtime, you should use [dicts](http://www.erlang.org/doc/man/dict.html) rather than records. Huh?