|
|
|
|
|
by tarruda
956 days ago
|
|
I'm not familiar with Common Lisp or its systems programming features, but they can access any C API through LuaJIT FFI: https://luajit.org/ext_ffi.html LuaJIT is so good that it is actually able to inline calls to C on the generated native code |
|