lua-users home
lua-l archive

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


Thanks for the prompt reply!

On 10/04/2011 16.14, Luiz Henrique de Figueiredo wrote:

[snip]


Having said that, this convention is just that, a convention. Just something
to be aware of. It's no sin to redefine __VERSION say or even _G. On the
other hand, in 5.2, if you redefine _ENV then it does have consequences at
compile time.



Yes, I know. But although it's just a convention, I prefer to avoid any possible clash.

It's my usual programming "paradigm": paranoid programming! :-)


-- Lorenzo