[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua structs
- From: Doug Currie <doug.currie@...>
- Date: Fri, 16 Nov 2012 09:29:30 -0500
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