[pythran] Re: Using Pythran with Pypy?

  • From: PIERRE AUGIER <pierre.augier@xxxxxxxxxxxxxxxxxxxxxx>
  • To: pythran <pythran@xxxxxxxxxxxxx>
  • Date: Sat, 28 Apr 2018 09:57:10 +0200 (CEST)

It looks like with the new release Pypy 6, it is also true with Python 3.5.

I've just tried and Pythran seems to work (but I didn't run the unittests!).

Calling Pythran functions seems to be as fast as with CPython.

----- Mail original -----

De: "Neal Becker" <ndbecker2@xxxxxxxxx>
À: "pythran" <pythran@xxxxxxxxxxxxx>
Envoyé: Vendredi 27 Avril 2018 17:41:26
Objet: [pythran] Re: Using Pythran with Pypy?

I believe last time I looked these statements were true for pypy2, but not
pypy3.

On Fri, Apr 27, 2018 at 8:50 AM PIERRE AUGIER <
pierre.augier@xxxxxxxxxxxxxxxxxxxxxx> wrote:

Hi,

The new release of Pypy (Pypy 6,
https://morepypy.blogspot.fr/2018/04/pypy27-and-pypy35-v60-dual-release.html)
is impressive. The C-API compatibility layer cpyext is faster and better.
Matplotlib (and numpy, pandas, scipy, h5py, mpi4py, cython) can now be
used. Pypy could start to be a serious alternative to run scientific codes.

So what about using Pythran with Pypy ? It seems to me they could become
very complementary tools...

Serge, do you think using Pythran with Pypy could be possible? And
efficient?

Pierre


Other related posts: