[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 4.0
- From: Christian Vogler <cvogler@...>
- Date: Sat, 26 Aug 2000 15:01:15 -0400
On Sat, Aug 26, 2000 at 10:47:08AM -0300, Luiz Henrique de Figueiredo wrote:
> Right, it avoids upvalues. And it also avoids the cost of a function call
> per each element in the table.
That makes sense to me. By the way, in lua 3.2 lua_dostring() takes a
char * instead of a const char *. This necessitates some ugly casts in
the client code. Will this be fixed in lua 4.0?
- Christian