Re: [pypy-dev] Running PyPy on top of CPython

2022-01-09 Thread M A
Well I am developing for PyPy and was hoping to try my code out without having to build PyPy first. > On Jan 9, 2022, at 4:59 PM, Dan Stromberg wrote: > > > IINM, Running Pypy overtop of CPython is mostly useful for bootstrapping Pypy > - but it's generally easier to download a Pypy binary fr

Re: [pypy-dev] Running PyPy on top of CPython

2022-01-09 Thread Matti Picus
On 9/1/22 9:50 pm, M A wrote: Hello, I read here (https://rpython.readthedocs.io/en/latest/rpython.html) that PyPy is runnable on top of CPython. How do I start PyPy so it runs in CPython? python2 pypy/bin/pyinteractive.py You can get help with python2 pypy/bin/pyinteractive.py --help

Re: [pypy-dev] Running PyPy on top of CPython

2022-01-09 Thread Dan Stromberg
IINM, Running Pypy overtop of CPython is mostly useful for bootstrapping Pypy - but it's generally easier to download a Pypy binary from the official website. If you just want CPython+speed, maybe try https://stromberg.dnsalias.org/~strombrg/speeding-python/ ? On Sun, Jan 9, 2022 at 11:51 AM M A

[pypy-dev] Running PyPy on top of CPython

2022-01-09 Thread M A
Hello, I read here (https://rpython.readthedocs.io/en/latest/rpython.html) that PyPy is runnable on top of CPython. How do I start PyPy so it runs in CPython? ___ pypy-dev mailing list pypy-dev@python.org https://mail.python.org/mailman/listinfo/pypy-dev