|
|
|
Ask HN: Is it possible to compile pypy source code with Cython?
|
|
1 points
by longqzh
2978 days ago
|
|
As I know, the pypy interpreter is written in RPython, translate into the C and compile to native code. And the Cython also translate the python into C. So is it possible to compile pypy source code with Cython? Or compile with RPython toolchain for speedup? |
|