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?
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.
|
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 | |||
|
feedback
|