Implementing tables - advice wanted

Thomas Lindgren thomasl_erlang@REDACTED
Tue Jun 13 12:00:53 CEST 2006



--- Christian S <chsu79@REDACTED> wrote:

> Table2 = Table@{age=Age+1},

It might be nice to also permit

  Table2 = Table@{age=@age+1}

as a shorthand for

  Table2 = Table@{age=Table@REDACTED}

That is, just using @field inside a table implicitly
references the enclosing table.

(Happily, @field is not a valid atom name.)

Best,
Thomas


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



More information about the erlang-questions mailing list