lua-users home
lua-l archive

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


> This is a good point.  One criticism of lightweight syntax (whether
> delayed/lazy evaluation or short-form functions) is that there is a
> distinct cost in creating closures. [...]

In general, creating a closure is comparable to creating a table, which
is done with a very light syntax.

-- Roberto