lua-users home
lua-l archive

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


>I actually like the fact that Lua is not C-like.

To use a quote from http://www.lua.org/quotes.html
	"I use Lua because I like the language more than C++." 
	-- Paul Bleisch, in rec.games.programmer. 

:-)

>My biggest concern in adopting Lua is the overhead of the garbage collection.

We're planning to add generational GC to Lua. Perhaps even for 5.0 final.
--lhf