lua-users home
lua-l archive

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


>It's interesting that are no languages that are both lightweight and 
>strongly typed. (At least none that I know of) Could this be more than 
>coincidence?

As far as I am concerned, I *strongly* prefer a *weakly* typed language
like Lua.

Optional variable declaration checking (even as a separate program) could
be useful, though; forgetting a "local" is the most common (and potentially
dangerous) mistake I find myself making.

  Enrico