|
|
|
|
|
by ngoldbaum
4375 days ago
|
|
It makes sense to use pypy if you're writing pure python code. The second you need a C extension, you're pretty much out of luck. This kills a lot of the appeal for people in the scientific/analytics side of things, who make heavy use of legacy C and Fortran routines. |
|
In theory, shouldn't CFFI be the foundation of the solution to that problem?