lua-users home
lua-l archive

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


> 
> EEL goes all the way in the other direction, basically, by keeping
> variables local (register frame variables by default, except in the
> top level of a module, where variables become 'static' - ie "module
> local") always requiring that variables are declared. The first
> assignment is considered the declaration, and is also the
> initialization. (There's a difference in some cases, as a result of
> the refcounting based memory management.)

With all due respect I would like to point out that this list is meant for
discussing Lua and not EEL. I am writing this after observing for a while
that your posts always talk more about EEL than Lua. Is it time for EEL to
have its on news group?

Cheers
Vijay Aswadhati