[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Are you using "strict.lua"?
- From: roberto@... (Roberto Ierusalimschy)
- Date: Wed, 6 Dec 2006 15:29:13 -0200
> 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