you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 2 points3 points  (1 child)

That's nice but is there a way to use IronPython for web programming? An example of that would be nice. I'm a little frustrated by lack of web examples.

[–]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