lua-users home
lua-l archive

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


On Thu, Feb 10, 2011 at 12:14 PM, Axel Kittenberger <axkibe@gmail.com> wrote:
> With this all four squares dynamic+weak, dynamic+strong, static+weak
> and static+stong can be filled with implementations.

I think Miles is right, we also need 'tough typing'. No implicit
conversions, explicit casts, no implicit subtype assignment, etc.
Generally it makes an excellent technical research topic and is a
really tough sell to actual programmers.

True weak typing is assembler; that register just contains bits.

steve d.