Y
Hacker News
new
|
ask
|
show
|
jobs
by
vram22
3224 days ago
Interestingly there is a CFFI module in Python too. Maybe they got the idea from Lisp.
1 comments
flavio81
3224 days ago
Um, i'm not sure. Python was designed with C compatibility as a main feature since the start, anyways.
link
e12e
3223 days ago
The cffi module in python came from pypy (which broke the cpython c api) - but both the python ctypes module and cffi use libffi:
https://en.m.wikipedia.org/wiki/Libffi
link
vram22
3219 days ago
Interesting info, thanks.
link