On 31 May 2012 15:20, Justin Bogner <m...@justinbogner.com> wrote:
> The other solution is to split the current pypy tree in two. Having a
> translator and an interpreter as separate repositories makes the
> translator more accessible as a tool, and projects to implement other
> languages' interpreters need only depend on it. This is the prettiest
> solution architecturally, but adds the burden on developers to match
> translator with compatible interpreters, which may or may not end up
> being a pain point.

Do remember that the translator actually requires the python 2
interpreter, that is a fundamental part of the way it works.  So
moving the translator into a different repository now also means
maintaining two python 2 interpreters.

-- 
William Leslie
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
http://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to