I’ve got Visual Studio 2010. To develop a web app in Iron Python (i.e. to use a Ruby like language not C#) what downloads to I need? e.g. is the DLR already in VS2010, Iron Python itself
Once setup would I actually be still developing an ASP.net MVC web app but just using Ruby for the language, or is the model something different to this?
thanks
You need to download
Python Extension for Visual Studio
Python Tools for Visual Studio
Then you can create an ironPython project. It’s really easy.
and here are tools for ironPython
Python Tools
Good Luck!