Python – IronPython on ASP.NET MVC

asp.net-mvcdynamicironpythonlinqpython

Has anyone tried ASP.NET MVC using IronPython? Having done a lot of Python development recently, it would be nice to continue with the language as I go into a potential ASP.NET MVC project.

I'm especially interested in exploiting the dynamic aspects of Python with .NET features such as LINQ and want to know if this will be possible. The other route that may be viable for certain dynamic programming would be C# 4.0 with its dynamic keyword.

Thoughts, experiences?

Best Answer

Yes, there is an MVC example from the DLR team.

You might also be interested in Spark.