Hacker News new | ask | show | jobs
by pansa2 233 days ago
> a general equivalent to the C++ `extern "C" { ... }` thing

That sounds a lot like what LuaJIT’s FFI provides: https://luajit.org/ext_ffi.html

1 comments

Oh awesome, thanks for the pointer!