Is there any free Python to C translator? [closed]

2020-05-29 04:08发布

Is there any free Python to C translator? for example capable to translate such lib as lib for Fast content-aware image resizing (which already depends on some C libs) to C files?

3条回答
forever°为你锁心
3楼-- · 2020-05-29 04:23

The fantastic PyPy project which aims to: "translate a Python-level description of the Python language itself to lower level languages", has a C backend. That is one of the lower level languages it aims to translate programs to is C.

查看更多
forever°为你锁心
4楼-- · 2020-05-29 04:38

I think that cython is what you're looking for http://www.cython.org/

查看更多
登录 后发表回答