[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Wrapping "Classes" seamlessly
- From: jdarling@...
- Date: Tue, 16 May 2006 09:52:49 -0700
Thanks everyone, I'll start looking more into Compat and how I can use
it to fit my needs :).
- Jeremy
"Help I suffer from the oxymoron Corporate Security."
> -------- Original Message --------
> Subject: RE: Wrapping "Classes" seamlessly
> From: "Andre Carregal" <carregal@fabricadigital.com.br>
> Date: Tue, May 16, 2006 11:06 am
> To: "'Lua list'" <lua@bazar2.conectiva.com.br>
>
> > 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