RE: Wrapping "Classes" seamlessly
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: RE: Wrapping "Classes" seamlessly
- From: "Andre Carregal" <carregal@...>
- Date: 2006年5月16日 13:06:04 -0300
> 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