lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


On Nov 16, 2012, at 6:28 AM, steve donovan <steve.j.donovan@gmail.com> wrote:

> altho the constructor still uses the field names (easy enough to make
> constructor to accept values but then the struct def needs to be
> ordered)

Because good terminology is so important in our field, I'll interject that in Lisp, when records are constructed By Order of Arguments (BOA), the function is called a "boa-constructor." :)

e