I have researched these projects quite extensively. Quite similar beasts as far as I can tell.
Cython/Pyrex used to write python extensions. They use statically typed variants of Python which gets compiled into C which can then be compiled. Shedskin is slightly more general purpose Restricted Python to C++ compiler. PyPy as I understand can convert RPython into C code Am I missing something here? Sarvi ----- Original Message ---- From: Stefan Behnel <[email protected]> To: [email protected] Sent: Thu, September 2, 2010 1:11:10 AM Subject: Re: [pypy-dev] Question on the future of RPython Saravanan Shanmugham, 02.09.2010 09:57: > I afraid people are missing the point here. > For an average engineer its better to be an expert of 1 language than be an > average at 4. Well, it's certainly better to be an almost-expert in two, than a no-left-no-right expert in only one. > I am just seeing Cython/Shedskin as fragmentation of resources. You might want to closer look at the projects and their goals before judging that way. Stefan _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev _______________________________________________ [email protected] http://codespeak.net/mailman/listinfo/pypy-dev
