[erlang-questions] The way of accessing record's attributes.

Alex S. alex0player@REDACTED
Tue Nov 8 15:28:11 CET 2016


Potentially, nothing stops you from having multiple records with same-named fields, and as erlang isn’t statically-typed, compiler wouldn’t have a way to tell those apart.
That said, you could potentially add support for such a syntax so long as it’s unambiguous.




More information about the erlang-questions mailing list