I'm in transit right but I can spell out the directions when I'm settled a
little later.
On Thu, Jun 11, 2015, 11:55 Ram Rachum wrote:
> I have no idea how to use the PyPy PPA. (Not a Linux user here.)
>
> On Thu, Jun 11, 2015 at 9:52 PM, Randall Leeds
> wrote:
&
The PyPy PPA works brilliantly on 15.04 for me.
>From there I just make a virtualenv with:
$ virtualenv -P /usr/bin/pypy
(Can't remember if it's -P or -p)
Once activated, just running pip works fine for me.
On Thu, Jun 11, 2015, 11:49 Ram Rachum wrote:
> Against my better judgement, I tried
On Thu, Oct 4, 2012 at 5:53 AM, Armin Rigo wrote:
> Hi Bengt,
>
> On Tue, Oct 2, 2012 at 1:40 PM, Bengt Richter wrote:
>> Just a triggered thought: I am wondering if Conway's Game of Life
>> http://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
>> might be be an interesting/fun basis for exper
On Tue, Jan 10, 2012 at 15:51, Maciej Fijalkowski wrote:
> On Wed, Jan 11, 2012 at 1:44 AM, kgardenia42
> wrote:
>> Hi,
>>
>> I have some python code (lets call it main.py) which I'd like to run
>> with pypy if available/installed but otherwise fallback to CPython.
>>
>> Clearly if I call my mai
On Thu, Jan 5, 2012 at 11:10, David Edelsohn wrote:
> On Thu, Jan 5, 2012 at 5:38 AM, Armin Rigo wrote:
>
>> Ah, I realized something else. When considering solutions for
>> CPython, if we go for the one-transaction-per-bytecode approach, like
>> the approach taken in the 2 papers so far about C
On Tue, Nov 22, 2011 at 15:12, Andy wrote:
> By "stackless features" do you mean just Stackless Python? Or does this
> limitation apply to any non-blocking system like gevent?
I believe this means anything that using the continuation support.
That includes anything importing greenlet, such as gev
I've done a little bit of deb packaging before and would love a reason to be
more involved in pypy.
I'd be happy to get stuck into this.
On Fri, Sep 30, 2011 at 13:39, Alex Gaynor wrote:
> I'm CCing Andrew Godwin on this, because I know he created a .deb for PyPy.
>
> Alex
>
>
> On Fri, Sep 30,