[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Colon notation in object-oriented programming
- From: Coda Highland <chighland@...>
- Date: Sun, 5 Mar 2017 11:20:11 -0800
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