File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -562,6 +562,36 @@ <h2>Project Ideas</h2>
562
562
</ td >
563
563
< tr > < td colspan ="2 " class ="good "> Status: Ideas page in progress</ td > </ tr >
564
564
</ tr >
565
+
566
+ < tr >
567
+ <!-- Logo -->
568
+ < td rowspan ="4 " class ="logo ">
569
+ < img src ="http://pypy.org/image/pypy-logo.png "
570
+ width ="300px "> </ td >
571
+ <!-- Info -->
572
+ < td > < h4 > PyPy</ h4 > </ td >
573
+ < tr > < td > < p > PyPy is a fast, compliant alternative implementation of the Python language.</ p >
574
+ Several rather separate modules exist, some of them are rather challenging. We also offer tasks where
575
+ the learning curve is not that steep.</ p >
576
+ < p > To give you an idea on what you could work on:</ p >
577
+ < ul >
578
+ < li > Python interpreter written in Python</ li >
579
+ < li > RPython compiler - our toolchain to translate a subset of Python to C</ li >
580
+ < li > JIT compiler</ li >
581
+ < li > Garbage collectors</ li >
582
+ < li > VMProf - A Lightweight Profiler</ li >
583
+ < li > CFFI - C Foreign Function Interface for Python</ li >
584
+ < li > Buildbot infrastructure enhancements</ li >
585
+ < li > Implement the new design of our website</ li >
586
+ </ ul >
587
+ </ td > </ tr >
588
+ < tr > < td > < a href ="http://pypy.org/ "> Website</ a > |
589
+ < a href ="https://webchat.freenode.net/ "> Contact: IRC Channel #pypy</ a > |
590
+ < a href ="http://pypy.readthedocs.io/en/latest/how-to-contribute.html "> Contribution Guidelines</ a > |
591
+ < a href ="http://pypy.readthedocs.io/en/latest/project-ideas.html "> Ideas Page</ a >
592
+ </ td >
593
+ < tr > < td colspan ="2 " class ="good "> Status: Ideas page in progress</ td > </ tr >
594
+ </ tr >
565
595
</ table >
566
596
567
597
< a name ="schedule " />
You can’t perform that action at this time.
0 commit comments