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:07 PM, Axel Kittenberger <axkibe@gmail.com> wrote:
> Java is not strong typed, but weaked typed. Its static typed tough
> (contrary to dynamic).

I'd be curious what a language has to do to be strongly typed by this
definition....

> Lua is dynamic+weak.

A variable always contains a definite value type. Unlike OOP
languages, all object types collapse into either table or metadata.

steve d.

PS. old macho programmer joke "strong typing is for people with weak memories"