Well, I believe that the Pyrex guy is actually involved in PyPy (along with the psyco guy and the stackless guy... python optimization people seem to love this project), so it seems safe to say that PyPy subsumes the next generation Pyrex.
<br><br>From a more theoretic standpoint, it seems that PyPy knows how to create multiple versions of the extension, allowing you to choose the one that is nearest to optimal for your use scenario.<br><br><div><span class="gmail_quote">
On 3/27/06, <b class="gmail_sendername">Chuck Esterbrook</b> &lt;<a href="mailto:chuck.esterbrook@gmail.com">chuck.esterbrook@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On 3/27/06, Grig Gheorghiu &lt;<a href="mailto:grig@gheorghiu.net">grig@gheorghiu.net</a>&gt; wrote:<br>&gt; We talked at the last meeting about &quot;what is PyPy good for, exactly?&quot;.<br>&gt; Here's one possible answer:
<br>&gt;<br>&gt; <a href="http://codespeak.net/pipermail/pypy-dev/2006q1/002911.html">http://codespeak.net/pipermail/pypy-dev/2006q1/002911.html</a><br>&gt;<br>&gt; &gt;From the message:<br>&gt;<br>&gt; &quot;PyPy is now able to compile efficient extension modules!&quot;
<br>&gt;<br>&gt; &quot;You can write algorithms in an almost Pythonic language<br>&gt; instead of using C. Your code will be translated into<br>&gt; a C Python extension module of very high efficiency.&quot;<br><br>Does anyone know the pros and cons of using PyPy for this purpose vs.
<br>Pyrex, which already does that?<br><br>-Chuck<br><br>_______________________________________________<br>socal-piggies mailing list<br><a href="mailto:socal-piggies@lists.idyll.org">socal-piggies@lists.idyll.org</a><br>
<a href="http://lists.idyll.org/listinfo/socal-piggies">http://lists.idyll.org/listinfo/socal-piggies</a><br></blockquote></div><br>