lua-users home
lua-l archive

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


Title: RE: Hooks for I/O, memory, etc?

> Also, for the record, I don't have a problem with varargs in
> lua_open().  But I think it looks gross to most C++
> programmers, which
> might explain the negative reactions.

Since Lua already uses this system to setup the stack and
something else which I can't remember now, it seems to be
a good way to do this, as other optional settings that one
might wish to override default behavior with.

--
Vincent Penquerc'h