Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>In answer to your questions:</p> <ul> <li><p>Can I develop without using Visual Studio? </p> <p>Absolutely all of the .NET compilers can be run from the command line.</p> <p>Here's a list of tools and IDE's for working with IronPython:</p> <blockquote> <p><a href="http://www.voidspace.org.uk/ironpython/tools-and-ides.shtml" rel="nofollow">Tools and IDEs Working with IronPython</a></p> </blockquote></li> <li><p>What build system should I use (favorably not XML-based)?</p> <p>If I was doing this then I'd probably use <a href="http://gnuwin32.sourceforge.net/packages/make.htm" rel="nofollow"><code>make</code></a>, but then I'm old fashioned</p></li> <li><p>How does deployment under IIS work (what exactly do I need to distribute)?</p> <p>If your IronPython application has dependencies on any non-standard .NET Framework libraries then you'll probably need them in your <code>/bin</code> folder. But other than that deployment should just be a plain old XCOPY job.</p></li> </ul> <p><strong>Updated:</strong></p> <p><em>Also I would like to know what kind of application I need to create: do I have to stick with CGI using IronPython or are there alternatives?</em></p> <p>Just treat IronPython as you would C# or VB.NET. There's a sample IronPython ASP.NET project here:</p> <blockquote> <p><a href="http://aspnet.codeplex.com/wikipage?title=Dynamic%20Language%20Support" rel="nofollow">ASP.NET Dynamic Language Support</a> </p> <p><a href="http://aspnet.codeplex.com/releases/view/17613#DownloadId=69511" rel="nofollow">ASP.NET IronPython Binaries and Examples</a></p> </blockquote> <p>Scott Guthrie wrote up an article on IronPython + ASP.NET a few years back:</p> <blockquote> <p><a href="http://weblogs.asp.net/scottgu/archive/2006/11/16/ironpython-for-asp-net-ctp.aspx" rel="nofollow">IronPython for ASP.NET CTP</a></p> </blockquote> <p>If you can do it in C# or VB.NET then you can do it in IronPython.</p> <p>Miscellaneous links:</p> <blockquote> <p><a href="http://www.ironpython.info/index.php/Main_Page" rel="nofollow">IronPython Cookbook</a></p> <p><a href="http://www.voidspace.org.uk/" rel="nofollow">Voidspace - author of IronPython in Action</a></p> </blockquote>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload