Re: [pypy-dev] PyPy on JVM

2014-06-24 Thread Fabio Zadrozny
Ok, Thank you for the info. Best Regards, Fabio On Tue, Jun 24, 2014 at 4:09 AM, Armin Rigo wrote: > Hi Fabio, > > On 24 June 2014 02:11, Fabio Zadrozny wrote: > > I remember there was some work on getting PyPy on JVM... is that still > > possible? Can someone point me on how to do it? > >

Re: [pypy-dev] Question about PyPy Sandboxing

2014-06-24 Thread Armin Rigo
Hi Kit, On 24 June 2014 02:42, Kit Ham wrote: > Can multiple PyPy sandboxes be executed and interacted with from C/C++? Yes, you can in theory do whatever you want, but it is not really finished and documented. You first need to decide if it's ok that each sandbox runs in a separate process or

Re: [pypy-dev] PyPy on JVM

2014-06-24 Thread Armin Rigo
Hi Fabio, On 24 June 2014 02:11, Fabio Zadrozny wrote: > I remember there was some work on getting PyPy on JVM... is that still > possible? Can someone point me on how to do it? Sorry, we dropped support for that due to general lack of interest. It was theoretically possible since long ago, but

Re: [pypy-dev] PyPy on JVM

2014-06-24 Thread Maciej Fijalkowski
On Tue, Jun 24, 2014 at 2:11 AM, Fabio Zadrozny wrote: > Hi PyPy-dev, > > I remember there was some work on getting PyPy on JVM... is that still > possible? Can someone point me on how to do it? > > Thank you, > > Fabio Hi Fabio. The PyPy JVM backend was abandoned together with ootype. _