lua-users home
lua-l archive

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


> It is much worse to change standard namespace.
>
> What if somebody else will make a function with the same name but
> other semantics?
>

This isn't a normal module.  It pokes into the internals of lua; it's
close to a patch.  And it's expected to manually manage conflicts with
those.  I think debug's a fine place for it.