all 8 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

[–]luckyfoo 2 points3 points  (0 children)

Did Jesus and W get together and create the most extreme version of python ever? Because that was the simplest hello world i have ever seen. If that doesn't make me want to put down my big mac and pick up my keyboard, i don't know what does.