Comment by wg0
3 years ago
While the community is here, anyone has embedded pypy as scriptable language for some larger program? Like Inkscape or scripting as part of a rule engine. Or for that, CPython is more suitable?
3 years ago
While the community is here, anyone has embedded pypy as scriptable language for some larger program? Like Inkscape or scripting as part of a rule engine. Or for that, CPython is more suitable?
It is much easier to embed CPython, PyPy can only be embedded via CFFI [0].
[0] https://cffi.readthedocs.io/en/latest/embedding.html