Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 29 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,35 @@ <h2>Project Ideas</h2>
</td>
<tr><td colspan="2" class="good">Status: Ideas page in progress</td></tr>
</tr>

<tr>
<!-- Logo -->
<td rowspan="4" class="logo">
<img src="http://pypy.org/image/pypy-logo.png"
width="300px"></td>
<!-- Info -->
<td><h4>PyPy</h4></td>
<tr><td><p>PyPy is a fast, compliant alternative implementation of the Python language.</p>
Several rather separate modules exist, some of them are rather challenging. We also offer tasks where
the learning curve is not that steep.</p>
<p>To give you an idea on what you could work on:</p>
<ul>
<li>Python interpreter written in Python</li>
<li>RPython compiler - our toolchain to translate a subset of Python to C</li>
<li>JIT compiler</li>
<li>Garbage collectors</li>
<li>VMProf - A Lightweight Profiler</li>
<li>CFFI - C Foreign Function Interface for Python</li>
<li>Buildbot infrastructure enhancements</li>
<li>Implement the new design of our website</li>
</ul>
</td></tr>
<tr><td><a href="http://pypy.org/">Website</a> |
<a href="https://webchat.freenode.net/">Contact: IRC Channel #pypy</a> |
<a href="http://pypy.readthedocs.io/en/latest/how-to-contribute.html">Contribution Guidelines</a> |
<a href="http://pypy.readthedocs.io/en/latest/project-ideas.html">Ideas Page</a>
</td>
<tr><td colspan="2" class="good">Status: Ideas page in progress</td></tr>
</tr>
</table>

<a name="schedule" />
Expand Down