File tree Expand file tree Collapse file tree 1 file changed +29
-1
lines changed Expand file tree Collapse file tree 1 file changed +29
-1
lines changed Original file line number Diff line number Diff line change @@ -684,7 +684,35 @@ <h2>Project Ideas</h2>
684684 </ td >
685685 < tr > < td colspan ="2 " class ="good "> Status: Ideas page in progress</ td > </ tr >
686686</ tr >
687-
687+ < tr >
688+ <!-- Logo -->
689+ < td rowspan ="4 " class ="logo ">
690+ < img src ="http://pypy.org/image/pypy-logo.png "
691+ width ="300px "> </ td >
692+ <!-- Info -->
693+ < td > < h4 > PyPy</ h4 > </ td >
694+ < tr > < td > < p > PyPy is a fast, compliant alternative implementation of the Python language.</ p >
695+ Several rather separate modules exist, some of them are rather challenging. We also offer tasks where
696+ the learning curve is not that steep.</ p >
697+ < p > To give you an idea on what you could work on:</ p >
698+ < ul >
699+ < li > Python interpreter written in Python</ li >
700+ < li > RPython compiler - our toolchain to translate a subset of Python to C</ li >
701+ < li > JIT compiler</ li >
702+ < li > Garbage collectors</ li >
703+ < li > VMProf - A Lightweight Profiler</ li >
704+ < li > CFFI - C Foreign Function Interface for Python</ li >
705+ < li > Buildbot infrastructure enhancements</ li >
706+ < li > Implement the new design of our website</ li >
707+ </ ul >
708+ </ td > </ tr >
709+ < tr > < td > < a href ="http://pypy.org/ "> Website</ a > |
710+ < a href ="https://webchat.freenode.net/ "> Contact: IRC Channel #pypy</ a > |
711+ < a href ="http://pypy.readthedocs.io/en/latest/how-to-contribute.html "> Contribution Guidelines</ a > |
712+ < a href ="http://pypy.readthedocs.io/en/latest/project-ideas.html "> Ideas Page</ a >
713+ </ td >
714+ < tr > < td colspan ="2 " class ="good "> Status: Ideas page in progress</ td > </ tr >
715+ </ tr >
688716</ table >
689717
690718< a name ="schedule "> </ a >
You can’t perform that action at this time.
0 commit comments