lua-users home
lua-l archive

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


> I'm not saying Lua should be rendered difficult to integrate. It's just 
> it should be made fully independent, but provided with default bindings 
> that are useful in the most common case, exactly as is the case with 
> luai_numpow.

Can't you add definitions in luaconf.h for that? Like this:
#define exit myexit

--lhf