lua-users home
lua-l archive

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


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/