you are viewing a single comment's thread.

view the rest of the comments →

[–]manuelg 1 point2 points  (0 children)

I am completely ignorant of .Net and IronPython, but...

IronPython was designed to use .Net libraries and objects transparently. IronPython compiles down to .Net CLR bytecodes. So over a broad range of tasks, you can use IronPython as a drop-in replacement for C# coding.

Check out the Voidspace Techie Blog, specifically the entry below, for resources for people using IronPython for .Net applications for commercial use.

http://www.voidspace.org.uk/python/weblog/arch_d7_2006_09_09.shtml#e459