[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: 5.3 : a dramatic change?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 24 Jun 2014 14:13:44 -0300
> will there be a dramatic change in the way lua programs are written
> with the 5.3 series?
Most probably not. Lua 5.3 does not introduce any syntatical changes.
Lua 5.2 introduced _ENV, which did change the way some advanced Lua
programs are written. Lua 5.3 introduces integers, which work mostly
transparently.