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
23 changes: 23 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,28 @@ <h2>Project Ideas</h2>

</td>
<tr><td colspan="2" class="good">Status: Ideas page in progress</td></tr>

<tr>
<!-- Logo -->
<td rowspan="4" class="logo">
<img src="http://pypy.org/image/pypy-logo2-white-background.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>
It is separated in many independant layers, one can work on each separatly.
Some areas offer rather challenging topics (such as JIT compilation, Optimization, ...),
others do not have such a steep learning curve.</p>
</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>

<tr>
<!-- Logo -->
<td rowspan="4" class="logo">
<img
Expand All @@ -597,6 +619,7 @@ <h2>Project Ideas</h2>
</tr>



<tr>
<!-- Logo -->
<td rowspan="4" class="logo">
Expand Down