lua-users home
lua-l archive

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


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