[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Why I leave Lua (Was: Re: [ANN] Lua 5.3.0 (work3) now available)
- From: Roberto Waltman <techie@...>
- Date: Thu, 10 Jul 2014 13:35:06 -0400
On 07/10/2014 07:04, GrayFace wrote:
Lua desperately needs a form of optional static typing, not those
gotos with ugly syntax.
Since I used Lua for the first time, (~ 7 years ago,) my "would be nice
if" list includes a "freezeType(val)" function that would constrain
future assignments to val to its current type. Of course, if the type is
table, that is a very weak limitation.
[ What about a freezeValue() ? ]
--
Roberto Waltman