lua-users home
lua-l archive

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




Am 26.03.17 um 17:21 schrieb Luiz Henrique de Figueiredo:
However, developing that C library was not made easy by some of the design decisions in the Lua C API.
Could you please expand on the comment? What changes in the API would make
your (and others) life easier?

We wrote some printf() like functions that take varags to call Lua code, which make our lifes a lot moe easy. lua_vpncall() and so on.