Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c7d2eb4

Browse files
committed
add pypy to the project idea list
1 parent c4c44cb commit c7d2eb4

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

index.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -562,6 +562,36 @@ <h2>Project Ideas</h2>
562562
</td>
563563
<tr><td colspan="2" class="good">Status: Ideas page in progress</td></tr>
564564
</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>
565595
</table>
566596

567597
<a name="schedule" />

0 commit comments

Comments
 (0)