[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Automating local optimization (Re: Is "scripting" truly Lua's future?)
- From: Fabien <fleutot+lua@...>
- Date: Tue, 16 Sep 2008 09:53:32 +0200
On Tue, Sep 16, 2008 at 8:31 AM, Asko Kauppi <askok@dnainternet.net> wrote:
Actually, a syntax modifier could easily automatically make all your "usual globals" declared as local.
It could even change references to string.* etc. to be locals. Without you needing to do this explicitly.
This is done by metalint (http://lua-users.org/lists/lua-l/2008-04/msg00082.html).
-- Fabien.