Y
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
pkkm
617 days ago
cffi is closest to what you described.
link
nly
617 days ago
cppyy does this for C++
link
lukego
617 days ago
Yeah, cffi.
link