Tagged Questions

0
votes
0answers
12 views

How do I build the pypy JIT in 64-bit Linux ?

It looks like pypy's JIT won't compile by default in 64-bit Linux. How do I cross-compile a 32-bit JITting pypy on that machine?
3
votes
2answers
87 views

when to use an alternative Python distribution?

Hello, I have been programming in Python for a few years now and have always used CPython without thinking about it. The books and documentation I have read always refer to CPytho …
3
votes
5answers
222 views

Where can I learn more about PyPy’s translation function?

I've been having a hard time trying to understand PyPy's translation. It looks like something absolutely revolutionary from simply reading the description, however I'm hard-presse …
4
votes
4answers
293 views

Production ready Python implementations besides CPython?

Except for CPython, which other Python implementations are currently usable for production systems? The questions What are the pros and cons of the various Python implementatio …
10
votes
5answers
458 views

I have been trying to wrap my head around the PyPy project. So, fast-foward 5-10 years in the future what will PyPy have to offer over CPython, Jython, and IronPython?

From what I have seen and read on the blogs PyPy is a very ambitious project. What are some advantages it will bring to the table over its siblings (CPython, Jython, and IronPython …