Author: Armin Rigo <[email protected]> Branch: Changeset: r47007:e9cb09c6e277 Date: 2011-09-02 08:59 +0200 http://bitbucket.org/pypy/pypy/changeset/e9cb09c6e277/
Log: Mention Cython. diff --git a/pypy/doc/faq.rst b/pypy/doc/faq.rst --- a/pypy/doc/faq.rst +++ b/pypy/doc/faq.rst @@ -329,7 +329,8 @@ * Second, and perhaps most important: do you have a really good reason for writing the module in RPython in the first place? Nowadays you should really look at alternatives, like writing it in pure Python, - using ctypes if it needs to call C code. + using ctypes if it needs to call C code. Other alternatives are being + developed too (as of summer 2011), like a Cython binding. In this context it is not that important to be able to translate RPython modules independently of translating the complete interpreter. _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
