lua-users home
lua-l archive

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


On Sun, Mar 5, 2017 at 11:03 AM, Francisco Olarte
<folarte@peoplecall.com> wrote:
> I really prefer strictly typed languages for the kind of things I do.
> I tend to code really complex chunks which, when done in say, C++ ,
> get lots of compile-time errors which I can easily fix. But in my
> present usage, lua+luacheck, you only got that if you abstain from
> using objects, as the table-lookup step masks every typo. I've been
> looking for something which could give me compilation, but found
> nothing I like so far.
>
> Francisco Olarte.

You might like Ravi, with its optional static typing, then.

/s/ Adam