lua-users home
lua-l archive

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


On Tue, Jan 17, 2023 at 7:39 PM Andrew Starks <andrew@starksfam.org> wrote:

> That said, it's too late to change it now (imho). This would be a big breaking change for much code that is already out there.

Well, since Lua is only really compatible with the same X.Y.* version,
the requested change would have to happen with X or Y increased from
their current or past values, in which case one could argue that it is
OK to break code that was designed for version X.Y.

By the same token, anyone wanting that change could just make that
change in their own version of Lua.

Cheers,
V.