>>51
It's object model is silly: why have both types and duck-typing?
Python has dynamic typing, how is that different than duck typing?
I also don't like auto-local scope and the "nonlocal" keyword or whatever that nonsense is. Just have lexical scope like JavaScript and Lua, fuck.
auto-local scope? isnt that just lexical scope? If Lua has lexical scope than why do you have to explicity declare variables as local to scope?