[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua Strengths/Weaknesses and usage info
- From: Reuben Thomas <rrt@...>
- Date: Mon, 21 May 2001 09:56:15 +0100 (BST)
> Recently in the C++ community everyone is jumping on the generic programming
> bandwagon. What that language has taken years to evolve support for, Lua
> has always been able to do... and with simpler syntax.
...but in a strongly-typed language you can be sure you're doing the right
thing; the compiler will tell you if you aren't. In Lua you can't.