lua-users home
lua-l archive

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


On 2/26/08, Greg Falcon <veloso@verylowsodium.com> wrote:
> You are converging on the Python implicit-local rules.  I think there
>  are a handful of reasons why the Python rules are unsuitable for Lua,

they're barely suitable for Python itself!

seriously, i've learned Python after Lua, and find their scoping rules
_very_ kludgy.  i guess it's a big source of non-generality that makes
it hard to become fully functional.

Lua's way is _far_ cleaner.   even with the 'ugly' global-by-default

-- 
Javier