Author: Anna Katrina Dominguez <[email protected]> Branch: Changeset: r59471:f3efb6786cf0 Date: 2012-12-17 11:10 -0800 http://bitbucket.org/pypy/pypy/changeset/f3efb6786cf0/
Log: Added the plain README file back in diff --git a/README b/README new file mode 100644 --- /dev/null +++ b/README @@ -0,0 +1,24 @@ +===================================== +PyPy: Python in Python Implementation +===================================== + +Welcome to PyPy! + +PyPy is both an implementation of the Python programming language, and +an extensive compiler framework for dynamic language implementations. +You can build self-contained Python implementations which execute +independently from CPython. + +The home page is: + + http://pypy.org/ + +The getting-started document will help guide you: + + http://doc.pypy.org/en/latest/getting-started.html + +It will also point you to the rest of the documentation which is generated +from files in the pypy/doc directory within the source repositories. Enjoy +and send us feedback! + + the pypy-dev team <[email protected]> _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
