[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Evaluating LUA
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 9 Aug 2002 15:12:14 -0300
>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