
The PyPy project aims at producing a flexible and fast Python_
implementation.  The guiding idea is to translate a Python-level
description of the Python language itself to lower level languages.
Rumors have it that the secret goal is being faster-than-C which is
nonsense, isn't it?  `more...`_

Getting into PyPy ... 
=============================================

* `PyPy Blog`_: news and status info about PyPy 

* `Documentation`_: extensive documentation about PyPy.  

* `Getting Started`_: Getting started and playing with PyPy. 

* `Development mailing list`_: development and conceptual
  discussions. 

* `Subversion commit mailing list`_: updates to code and
  documentation. 

* `Development bug/feature tracker`_: filing bugs and feature requests. 

* `Sprint mailing list`_: mailing list for organising upcoming sprints. 

* **IRC channel #pypy on freenode**: Many of the core developers are hanging out 
  at #pypy on irc.freenode.net.  You are welcome to join and ask questions.  
  Please first checkout the FAQ_. You can find logs of the channel here_.  

.. XXX play1? 

Meeting PyPy developers
=======================

The PyPy developers are organising sprints and presenting results at
conferences all year round. They will be happy to meet in person with
anyone interested in the project.  Watch out for sprint announcements. 

.. _Python: http://www.python.org/doc/current/ref/ref.html
.. _`more...`: architecture.html#mission-statement 
.. _`PyPy blog`: http://morepypy.blogspot.com/
.. _`development bug/feature tracker`: https://codespeak.net/issue/pypy-dev/ 
.. _here: http://tismerysoft.de/pypy/irc-logs/pypy
.. _`sprint mailing list`: http://codespeak.net/mailman/listinfo/pypy-sprint 
.. _`subversion commit mailing list`: http://codespeak.net/mailman/listinfo/pypy-svn
.. _`development mailing list`: http://codespeak.net/mailman/listinfo/pypy-dev
.. _`FAQ`: faq.html
.. _`Documentation`: index.html 
.. _`Getting Started`: getting-started.html
