Comment on Embedding PyPy in a C applicationComments−azag010yI used cffi recently to embed CPython into a fairly rigid Fortran program to support dynamic scripting. Was a piece of cake.−mattip10yCan you share the code?
Comments
I used cffi recently to embed CPython into a fairly rigid Fortran program to support dynamic scripting. Was a piece of cake.
Can you share the code?