lua-users home
lua-l archive

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


@dirk, In political context this could qualify as "totalitarian".

> Even strong typed languages know the wisdom of automatic coercion to
> string when the context demands it (e.g. string + in Java)

Java is not strong typed, but weaked typed. Its static typed tough
(contrary to dynamic). Lua is dynamic+weak.