On Sat, Dec 6, 2008 at 1:47 AM, Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br> wrote:
> For the moment, debug.[get/set]metatable is exactly what I need.
Except that the debug should *not* be used for ordinary programming.
Noted. Although it worked nicely so far, I'll go with Jerome's advice and wrap the 'composable' functions on a dedicated userdata.
Thank you all for the tips.