lua-users home
lua-l archive

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


On Thu, Dec 30, 2010 at 7:35 AM, neha mahajan
<mahajan.neha.jal@gmail.com> wrote:
> Can LuaJIT use Lua lib like wx, LuaInterface, luanet ... ?
>         And LuaJIT wont use any Lua libs.

But it will - that is what is meant by 'binary API compatible with Lua
5.1' means. So you can (mostly) use LuaJIT as a drop-in replacement
for regular Lua, except for some libraries that depend too much on
implementation details (like Pluto and Lanes)

steve d.