[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 5.1.1 has been frozen
- From: "Alex Queiroz" <asandroq@...>
- Date: Mon, 12 Jun 2006 14:16:14 -0300
Hallo,
On 6/12/06, King, Mike <MKing@klmicrowave.com> wrote:
Having the ability to add metadata to variables would be a nice
addition. This would make it easier to do static analysis of lua
scripts.
Haskell syntax? :-)
sin :: Real -> Real
sin = function(a) return math.sin(a) end
--
-alex
http://www.ventonegro.org/