I'm still new to python and would like to know which implementation of python would be better for creating a game server application? I'm somewhat familiar with .net framework so I narrowed my choice to either IronPython or PyPy. So how good (speed wise) is PyPy?

link|improve this question
1  
How exactly does one relate ".net framework" and "PyPy"? – Ignacio Vazquez-Abrams Oct 30 '11 at 5:07
What kind of game do you want to do? Why do you think that your .net familiarity will make you more effective using IronPython? Do you plan to interact with some .net program ? – lc2817 Oct 30 '11 at 5:08
feedback

closed as not constructive by Mitch Wheat, Michael Petrotta, chown, Amber, Karl Knechtel Oct 30 '11 at 5:18

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

1 Answer

How fast is PyPy? -- PyPy performance

Also, you may want to note that PyPy has a .NET backend! PyPy features list, see other features section The source for the .NET backend is here

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.