lua - LuaJIT and Rocks? -
just small question "lua newbie"...i have been using luajit , awesome, no question since luajit lua 5.1 compatible mean can use "luarocks" standard lua uses in luajit?
for instance if wanted install 1 of sqlite libraries (e.g. http://luaforge.net/projects/luasqlite/) - how install in luajit?
do available "luarocks" work out box luajit?
luajit designed drop-in compatible lua stand-alone. there no reason why purely lua-based rocks shouldn't work. dll-based rocks ought work well, since luajit stand-alone dll compatible original dll.
Comments
Post a Comment