> 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
> 
> 
> It takes ~20 secs to startup. To drop into rpython, hit ctrl-c, to 
> return to interpreted PyPy on top of CPython hit ctrl-d
> 
> 
> In rpython you have access to "space".
> 
> 
> 
> Matti

Thank you very much for this information. It really helped me.
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to