[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Is string always same as number? (the consistency of lua)
- From: Axel Kittenberger <axkibe@...>
- Date: Thu, 10 Feb 2011 11:07:23 +0100
@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.