[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Suggestion : Future directions, zoom out etc
- From: Enrico Colombini <erix@...>
- Date: Wed, 06 Feb 2002 09:42:13 +0100
>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