logoalt Hacker News

puzzledobserveryesterday at 9:25 AM2 repliesview on HN

Wikipedia tells me that the package index PyPI (launched in 2003) is about 4 years older than the interpreter PyPy (first released in 2007).

Still, at its core, PyPy is a Python interpreter which is itself written in Python and the name PyPy fittingly describes its technical design.


Replies

scbrgyesterday at 1:09 PM

No. PyPy development was ongoing long before the first release. The first intact commit in the PyPy repo is from February 2003: https://github.com/pypy/pypy/commit/6434e25b53aa307288e5cd8c.... And that commit indicates there's been development going on for a while already. The commit message is:

"Move the pypy trunk into its own top level directory so the path names stay constant."

PyPy migrated from Subversion to git at some point. Not sure how much of the history survived the migration.

aragilaryesterday at 10:31 AM

I think back then PyPI was known as the cheeseshop, so there wouldn't have been the same confusion.