[pypy-svn] r38670 - pypy/dist/pypy/doc

fijal at codespeak.net fijal at codespeak.net
Tue Feb 13 11:52:57 CET 2007


Author: fijal
Date: Tue Feb 13 11:52:56 2007
New Revision: 38670

Modified:
   pypy/dist/pypy/doc/faq.txt
Log:
Another two questions + a start for one


Modified: pypy/dist/pypy/doc/faq.txt
==============================================================================
--- pypy/dist/pypy/doc/faq.txt	(original)
+++ pypy/dist/pypy/doc/faq.txt	Tue Feb 13 11:52:56 2007
@@ -8,6 +8,14 @@
 General
 ========================================================================
 
+-----------------------------------------
+Is PyPy a drop in replacement of CPython?
+-----------------------------------------
+
+No. It's more. For a list of new, unique, features see next questions.
+One of the example problems is limited thread support, while PyPy has
+perfectly working so called "green threads"
+
 ------------------------------------------------------
 Why a new implementation of Python?  What does it add?
 ------------------------------------------------------
@@ -18,7 +26,11 @@
 What is the status of the project?  Can it be used in practice yet?
 -------------------------------------------------------------------
 
-XXX
+PyPy is a very broad project with varying level of a completion among
+parts. For example compiler toolchain is a relatively mature part,
+which is known of running several other projects (see: XXX).
+
+XXX finish that one
 
 ------------------------------
 On what platforms does it run?
@@ -166,6 +178,18 @@
 
 .. _`RPython description`: coding-guide.html#restricted-python
 
+--------------------------------------------------------------------
+What do you mean by "being RPython always applies to a full program?
+--------------------------------------------------------------------
+
+XXX
+
+-----------------------------------------
+What does a "NOT_RPYTHON" docstring mean?
+-----------------------------------------
+
+XXX
+
 -------------------------------------------------------------------
 Couldn't we simply take a Python syntax tree and turn it into Lisp?
 -------------------------------------------------------------------



More information about the Pypy-commit mailing list