lua-users home
lua-l archive

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


> Is there a fast/safe way of instruct Lua to use only
> initialized variables?

About the "fast" aspect, strict.lua has near-zero overhead for regular code.

-- Roberto