lua-users home
lua-l archive

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


> 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.