lua-users home
lua-l archive

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


On Thu, Jun 23, 2011 at 2:11 PM, Alex Queiroz <asandroq@gmail.com> wrote:
>     This is not true. It is possible, practical and worthy to do
> static analysis in dynamic-typed languages implementations.

You can indeed get pretty far.  E.g. David M's lua-inspect [1]
integrates with SciTE and vim.

It knows about your static variables, and can show you unknown
globals, which usually means 'spelling mistake'

steve d.


[1] https://github.com/davidm/lua-inspect