Re: [Ironpython-users] Beginner question.

2011-12-02 Thread Doug Blank
On Fri, Dec 2, 2011 at 3:04 PM, Jeff Hardy wrote: > I wouldn't be surprised if you were one of the first people to try > this particular combination. However, anything that works from C# > should work from IronPython (except possibly unsafe code). > > Translating C# to IronPython is fairly straigh

Re: [Ironpython-users] Beginner question.

2011-12-02 Thread Jeff Hardy
I wouldn't be surprised if you were one of the first people to try this particular combination. However, anything that works from C# should work from IronPython (except possibly unsafe code). Translating C# to IronPython is fairly straightforward: remove most of the punctuation :) You may have to

[Ironpython-users] Beginner question.

2011-12-01 Thread Apok
Hi, I'm new in this community, I will try to be brief: - Python programmer. - 0 experience DotNet, CSharp I have a project for an open source game:. IronPython SlimDX JigLibSDX (physics engine) My question is: does it make sense for a game to use this resources?. Wh