lua-users home
lua-l archive

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


Hallo,
On 26/12/05, Jens Alfke <jens@mooseyard.com> wrote:
> Hear, hear! In a non-type-checked language like Lua, a lot of the mistakes
> that would have been caught at compile time in C/Java/etc. (even trivial
> typos!) don't manifest until runtime; and without a good debugger some of
> these can be difficult to track down.
>

     In the Lua 5.1 distribution there is strict.lua, which catches
uses of non-assigned variables.

--
-alex
http://www.ventonegro.org/