lua-users home
lua-l archive

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


2017-03-27 10:56 GMT+02:00 Pierre Chapuis <catwell@archlinux.us>:
> March 25, 2017 3:27 PM, "Peter Aronoff" <telemachus@arpinum.org> wrote:

> - The Lua language is slightly more stable across Lua versions
>   than the Lua C API.

My 5.2 modules only needed recompiling. The API changes are mostly
non-breaking, like routines now returning an integer where previously
they returned a void. But I'n sure the combined ingenuity of this list can
dream up a 5.2 module that breaks under 5.3 :-(