[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: New scoping rule for "repeat" and "continue" patch
- From: Roberto Ierusalimschy <roberto@...>
- Date: Wed, 05 Oct 2005 10:22:59 -0300
> Not to mean any disrespect to the great designers of Lua, but the
> designers of C certainly thought about this long and hard and made the
> decision to keep it out of the inner scope, probably for exactly this
> reason. So following that wisdom might be a good choice.
I revere Thompson and Ritchie, but if we follow that reasoning we should
also forbid "mixed declaration and code" and several other mechanisms
different from C. (Actually we should have implemented C, not Lua :)
-- Roberto