Skip to content

Commit 9670955

Browse files
authored
Merge pull request #14 from planrich/master
add pypy to the project idea list
2 parents 5042e37 + 349c742 commit 9670955

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

index.html

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)