lua-users home
lua-l archive

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


> PA wrote
> It's a Kepler add on:
> http://www.keplerproject.org/compat/

True, although Compat is not bound to Kepler in any way (in fact it is the
opposite, Kepler is bound to Compat).

Compat-5.1 is an implementation in Lua 5.0 of the Lua 5.1 module system
(basically the functions module and require).

You can use it with your 5.0 modules as a migration path to Lua 5.1.

Andre