python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Why does my program exit when calling Printf not working through LuaJIT FFI?
I have been trying to load a very simple DLL through the LuaJIT FFI library, but when my code runs, the program pauses for a second and then quits without any error message halfway through as soon as ...

Dimitri Sophinos
Votes: 0
Answers: 0
luajit how to automatically set default metatable to every newly created table?
I have a personal project and a pure lua writed object module which provides metatable with methods filter map etc to a table , I don't want to require and setmetatable for every line local foo={}

tcpiper
Votes: 0
Answers: 2