<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>IronPython 0.7.1 is released to the world!</title><link>http://blogs.msdn.com/hugunin/archive/2005/04/05/405666.aspx</link><description>I'm excited to announce the public release of IronPython 0.7.1. The community site is up on http://workspaces.gotdotnet.com/ironpython ; however, you should know that most of the interesting discussions are happening on the old mailing list . I find it</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: IronPython 0.7.1 is released to the world!</title><link>http://blogs.msdn.com/hugunin/archive/2005/04/05/405666.aspx#405676</link><pubDate>Tue, 05 Apr 2005 23:02:25 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:405676</guid><dc:creator>BillyG</dc:creator><description>I was playing with this all last night, thanks so much. I also read Guido's documentation which was great for me (coming from COBOL lol).&lt;br&gt;&lt;br&gt;FYI: none of the mailing lists that I ahve encountered (including the one you just suggested) are bringing up anything but a blank page.</description></item><item><title>re: IronPython 0.7.1 is released to the world!</title><link>http://blogs.msdn.com/hugunin/archive/2005/04/05/405666.aspx#405799</link><pubDate>Wed, 06 Apr 2005 11:55:50 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:405799</guid><dc:creator>Daniel</dc:creator><description>Wonderful to hear from you again!  I was beginning to wonder if we were ever going to see IronPython completed... I thought MS might serrupticiously release Microsoft Visual Snake :P&lt;br&gt;&lt;br&gt;Just a question: I realize that it would be very difficult to pull off given that IronPython doesn't actually run the CPython interpreter behind the scenes, but is there any chance of using PInvoke to allow IronPython to load existing native-code Python extensions?  If you could do that, it would mean IronPython could be a drop-in replacement to CPython.&lt;br&gt;&lt;br&gt;Anyway, keep up the awesome work!</description></item><item><title>re: IronPython 0.7.1 is released to the world!</title><link>http://blogs.msdn.com/hugunin/archive/2005/04/05/405666.aspx#405822</link><pubDate>Wed, 06 Apr 2005 15:48:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:405822</guid><dc:creator>Billy</dc:creator><description>I sent this to you yesterday and it is still the case this morning: you posted this:&lt;br&gt;&lt;br&gt;most of the interesting discussions are happening on the old mailing list&lt;br&gt;&lt;br&gt;well, that link opens a blank page.</description></item><item><title>re: IronPython 0.7.1 is released to the world!</title><link>http://blogs.msdn.com/hugunin/archive/2005/04/05/405666.aspx#405886</link><pubDate>Wed, 06 Apr 2005 18:24:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:405886</guid><dc:creator>hugunin</dc:creator><description>I haven't had any problems with the &amp;quot;old mailing list&amp;quot; link above, i.e. &lt;a rel="nofollow" target="_new" href="http://lists.ironpython.com/listinfo.cgi/users-ironpython.com"&gt;http://lists.ironpython.com/listinfo.cgi/users-ironpython.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;Unless a lot of people are seeing this, this is probably best followed up off-line with Billy.</description></item><item><title>re: IronPython 0.7.1 is released to the world!</title><link>http://blogs.msdn.com/hugunin/archive/2005/04/05/405666.aspx#405889</link><pubDate>Wed, 06 Apr 2005 18:41:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:405889</guid><dc:creator>hugunin</dc:creator><description>How best to support existing Python C-based modules is still an open question and one that I'd like to write a full blog entry on.  The quick set of possible answers is:&lt;br&gt;&lt;br&gt;1. Rewrite the module in C# using .NET libraries.  This will produce the smallest and best integrated modules, but will be the most work.  This is what has been done for Jython.&lt;br&gt;2. Build a bridge like you suggest using the existing CPython dll.  This would be the fastest way to get an existing Python module running in IronPython, but bridges are always a kludge and have lots of rough edges that can't be fixed.&lt;br&gt;3. Arrange to port the modules to managed C++ combined with a fake set of include files that makes the modules really link with IronPython rather than CPython.  In theory, this could let the modules work well with IronPython with only a recompile required.  This idea is the one that I have the least confidence is even possible.</description></item><item><title>re: IronPython 0.7.1 is released to the world!</title><link>http://blogs.msdn.com/hugunin/archive/2005/04/05/405666.aspx#406162</link><pubDate>Thu, 07 Apr 2005 15:35:40 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:406162</guid><dc:creator>Jim Arnold</dc:creator><description>IronPython: fantastic.&lt;br&gt;GotDotNet: ugh.  Is there no alternative?&lt;br&gt;&lt;br&gt;Jim</description></item></channel></rss>