Skip to content
Laeeth Isharc edited this page Mar 19, 2015 · 1 revision

==things to look into

  • there is a thing called cpyext that can use recompiled cpython extension modules
  • there is a thing called cppyy that can provide limited pypy calls c++ \\
it uses ctypes and a reflection engine on the c++ side. It claims to interact nicely with the JIT.
  • there is a thing called cffi that can provide pypy (and cpython) calls C
Clone this wiki locally