The goal of this project is to write an interpreter that interprets version 3 of the Python language. To be precise we would aim at having a Python 3.2 interpreter together in the same codebase as the python 2.7 one.
At the end of the project, it will be possible to decide at translation time whether to build an interpreter which supports Python 2.7 or Python 3.2 and both versions will be nightly tested and available from nightly builds.
[^] # Re: Mes idéaux
Posté par wilk (site web personnel, Mastodon) . En réponse au journal Votre langage idéal ?. Évalué à 1.
Pour pypy, la question est posée de supporter à la fois la 2 et la 3 sur la même base de code.
http://pypy.org/py3donate.html