|
On 28.04.2011 1:32, Emmanuel Oga wrote:
After reading it I'm thinking the best option will be to write a loadable module that could be used by any lua interpreter, but also compile that small C loader program so users could just make install and use the script w/o having to install lua system wise.
For me the most Lua way is to make a C library that can either be compiled as a module or linked statically into apps that statically link Lua.
-- Best regards, Sergey Rozhenko mailto:sergroj@mail.ru