Very little work or thought has gone into C addons for luvit. Luajit has a really nice ffi interface that often does all you need without involving a build step or toolchain. Making sure that one example works and external libraries can be dl-opened is about as far as I got.
On Wed, May 21, 2014 at 10:25 AM, Gam <[email protected]> wrote: > Hi Tim, > > Thank you very much for your quick reply. > > There are helper methods in > https://github.com/luvit/luvit/blob/master/src/utils.c, should I use > them? like luv_acall instead of lua_pcall in my module. Are there any > others methods like that? > > Will I have side effect if I use directly libuv api? Or should I use for > example 'luv_handle_create'...? > > Sadly, there is not C acces to the core/emitter it is a pur lua stack on > top of libuv .. by the way, why this choice? > > -- > You received this message because you are subscribed to the Google Groups > "luvit" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "luvit" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
