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.

This is the reason I like objective-c so much, because you can do exactly
this (except you don't need templates). When I discovered lua, it was
exciting to note that it is ridulously easy to bind objective-c classes to
lua scripts with minimal effort.