Author: Armin Rigo <[email protected]> Branch: Changeset: r65243:733e10ed54c4 Date: 2013-07-06 22:16 +0200 http://bitbucket.org/pypy/pypy/changeset/733e10ed54c4/
Log: Add a paragraph diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst --- a/pypy/doc/faq.rst +++ b/pypy/doc/faq.rst @@ -349,6 +349,12 @@ attempt to point newcomers at existing alternatives, which are more mainstream and where they will get help from many people.* + *If anybody seriously wants to promote RPython anyway, he is welcome + to: we won't actively resist such a plan. This is open source, which + means that anybody is free to promote and develop anything; but it + also means that you must let us choose* not *to go into that direction + ourselves.* + Yes, it is possible with enough effort to compile small self-contained pieces of RPython code doing a few performance-sensitive things. But this case is not interesting for us. If you needed to rewrite the code _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
