lua-users home
lua-l archive

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


That's right. I'm working on it, but I haven't mentioned
here because I haven't released it yet.

Now, I'm porting my old code to use the Metalua AST
and should release version 0.1 as soon as this is finished.

André


On Thu, Feb 27, 2014 at 1:18 PM, Ico <lua@zevv.nl> wrote:
> I just found out about the 'TypedLua' project by André Murbach,
> which looks like an interesting approach to adding static type checking
> to the Lua language:
>
> "Typed Lua is a typed superset of Lua that compiles to plain Lua. It
> provides optional type annotations, compile-time type checking, and
> class-based object oriented programming through the definition of
> classes, interfaces, and modules."
>
> https://github.com/andremm/typedlua
>
> --
> :wq
> ^X^Cy^K^X^C^C^C^C
>