Re: Lua 5.1.1 has been frozen
[
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: 2006年6月12日 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/