[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua Strengths/Weaknesses and usage info
- From: "Terence Martin" <odat@...>
- Date: Sat, 19 May 2001 23:41:14 -0700
> 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.