Hacker News new | ask | show | jobs
by normanthreep 617 days ago
tangentially related question: is there something as simple as luajit's ffi for python? as in: give it a c header, load the shared library, it simply makes structs usable and functions callable.
3 comments

cffi is closest to what you described.
cppyy does this for C++
Yeah, cffi.