You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from what I've seen so far, the LuaJIT C API looks pretty much the same as the classic Lua implementation (except for a few JIT related functions).
Does that mean that LuaGlue should work transparently with both Lua and LuaJIT and that I just have to include the proper header for the impl. I want to use?
Thank you very much for your help and your great work!
The text was updated successfully, but these errors were encountered:
It is not a drop in replacement, luajit give access to lua 5.1 functions only.
Meaning that LUA_UNSIGNED and LUA_OK (probably others too) are undefined in luajit, breaking to build.
Hello,
from what I've seen so far, the LuaJIT C API looks pretty much the same as the classic Lua implementation (except for a few JIT related functions).
Does that mean that LuaGlue should work transparently with both Lua and LuaJIT and that I just have to include the proper header for the impl. I want to use?
Thank you very much for your help and your great work!
The text was updated successfully, but these errors were encountered: