[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.4.0 (alpha-rc2) now available
- From: Sean Conner <sean@...>
- Date: Wed, 12 Jun 2019 17:36:17 -0400
It was thus said that the Great Russell Haley once stated:
> On Wed, Jun 12, 2019 at 5:46 AM Roberto Ierusalimschy <
> roberto@inf.puc-rio.br> wrote:
>
> > > Right now, my only complain with the <toclose> is the term "close" that I
> > > found a bit vague and over-loaded (conceptually).
> >
> > Suggestions are welcome.
> >
> > -- Roberto
> >
> > local <finalize> varname
>
> with a meta method of
> __finalize or __finally
__finalize was first proposed (as far as I can tell) in 2009:
http://lua-users.org/lists/lua-l/2009-12/msg00737.html
__finally is a new one.
-spc (Why yes, I keep track of proposed metamethods, why do you ask?)
- References:
- [ANN] Lua 5.4.0 (alpha-rc2) now available, Luiz Henrique de Figueiredo
- Re: [ANN] Lua 5.4.0 (alpha-rc2) now available, Luiz Henrique de Figueiredo
- Re: [ANN] Lua 5.4.0 (alpha-rc2) now available, Daurnimator
- Re: [ANN] Lua 5.4.0 (alpha-rc2) now available, Coda Highland
- Re: [ANN] Lua 5.4.0 (alpha-rc2) now available, Andrew Gierth
- Re: [ANN] Lua 5.4.0 (alpha-rc2) now available, Coda Highland
- Re: [ANN] Lua 5.4.0 (alpha-rc2) now available, Doug Currie
- Re: [ANN] Lua 5.4.0 (alpha-rc2) now available, pocomane
- Re: [ANN] Lua 5.4.0 (alpha-rc2) now available, Roberto Ierusalimschy
- Re: [ANN] Lua 5.4.0 (alpha-rc2) now available, Russell Haley