[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua and backwards compatibility - was Re: [ANN] Lua 5.3.4 (rc2) now available,
- From: Dirk Laurie <dirk.laurie@...>
- Date: Thu, 12 Jan 2017 05:46:45 +0200
2017-01-12 3:18 GMT+02:00 William Ahern <william@25thandclement.com>:
> If Lua 5.3 really is good enough, given Lua's track record I would expect
> future versions to naturally maintain strong backwards compatibility,
> regardless of any specific intent to do so. Indeed, for most problems it's
> trivial to write Lua 5.1, 5.2, and 5.3 compatible code.
Perhaps someone concerned about these issues could design
a specification of "clean Lua", the intersection of Lua 5.1, 5.2 and
5.3, and provide a tool that checks whether code conforms to it.