<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Pythonian &#187; Microsoft</title>
	<atom:link href="http://thepythonian.com/tag/microsoft/feed/" rel="self" type="application/rss+xml" />
	<link>http://thepythonian.com</link>
	<description>All about the Python Programming Language</description>
	<lastBuildDate>Tue, 10 Aug 2010 18:18:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>IronPython 2.6 Beta 2 is now Python 2.6 feature complete</title>
		<link>http://thepythonian.com/2009/08/25/ironpython-2-6-beta-2-is-now-python-2-6-feature-complete/</link>
		<comments>http://thepythonian.com/2009/08/25/ironpython-2-6-beta-2-is-now-python-2-6-feature-complete/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 12:01:47 +0000</pubDate>
		<dc:creator>thePythonian</dc:creator>
				<category><![CDATA[Releases]]></category>
		<category><![CDATA[.Net]]></category>
		<category><![CDATA[DLR]]></category>
		<category><![CDATA[IronPython]]></category>
		<category><![CDATA[IronPython Studio]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://thepythonian.com/?p=47</guid>
		<description><![CDATA[IronPython is now feature complete with CPython 2.6,  [via the python-announce mailing list on the ActiveState Programmer Network] [...]]]></description>
			<content:encoded><![CDATA[<p><a title="IronPython" href="http://knowbody.livejournal.com/18843.html">IronPython</a> is now feature complete with <a title="CPython" href="http://www.python.org/">CPython</a> 2.6,  [via the <a title="MyASPN &gt;&gt; Mail Archive &gt;&gt; python-announce" href="http://aspn.activestate.com/ASPN/Mail/Message/python-announce/3732450">python-announce</a> mailing list on the <a title="MyASPN" href="http://aspn.activestate.com/ASPN/">ActiveState Programmer Network</a>]</p>
<blockquote><p>We&#8217;re pleased to announce the release of <a title="IronPython 2.6 Beta 2" href="http://ironpython.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=27350">IronPython</a> 2.6 Beta 2 which can be freely downloaded at <a title="Announcement" href="http://ironpython.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=27350">http://ironpython.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=27350</a>.</p></blockquote>
<p>It doesn&#8217;t get any more official than that.</p>
<h3></h3>
<h3>A Little Background</h3>
<p>For those who would like some background info, IronPython is the development Python programming language written in C# and uses Microsoft&#8217;s .NET Framework, the Dynamic Language Runtime (DLR), in much the same way as C# or Visual Basic does. However, IronPython is currently (as of this release) without the <a title="Visual Studio" href="http://msdn.microsoft.com/en-us/vstudio/default.aspx">Visual Studio 2005</a> integration of Visual Basic .Net, C#, F#, and C++.</p>
<h3></h3>
<h3>IronPython Studio</h3>
<p>There is a project underway to integrate <a title="Visual Studio 2008" href="http://msdn.microsoft.com/en-us/vstudio/default.aspx">Visual Studio 2008</a> and IronPython called <a title="IronPythonStudio" href="http://www.codeplex.com/IronPythonStudio">IronPython Studio</a>, but the latest comment from Aug 16 begins, <a title="IronPythonStudio comment" href="http://ironpythonstudio.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=8934"><em>&#8220;Has this project been abandoned?&#8221;</em></a> Not a good sign&#8230;</p>
<p>It is hard to say where the project is at this time, given the stress the IronPython development is under such as when using CodePlex, <a title="A few interesting tidbits about IronPython CodePlex releases" href="http://knowbody.livejournal.com/18843.html"><em>&#8220;IronPython must adhere to many of the same Microsoft corporate policies as a product such as Office 2007</em></a>&#8220;.</p>
<h3></h3>
<h3>Delta between the Well-Known Python and IronPython</h3>
<p><a title="Wikipedia for Python" href="http://en.wikipedia.org/wiki/CPython">CPython</a> is the version of Python which is written using a <a title="C language" href="http://en.wikipedia.org/wiki/C_(programming_language)">C</a> compiler, as opposed to a .NET compiler in <a title="IronPython" href="http://ironpython.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=27350">IronPython</a>&#8216;s case. A list of differences for prior versions of can be found in the <a title="Differences lists on the FAQ" href="http://ironpython.codeplex.com/Wiki/View.aspx?title=Differences">Differences FAQ</a>, though it hasn&#8217;t been updated since 2.5.2. [The author understands the irony of updating the Delta given the title of this entry.]</p>
<h3></h3>
<h3>Champagne Time</h3>
<p>Both projects, <a title="IronPython Codeplex" href="http://www.codeplex.com/IronPython">IronPython</a> and the complementary <a title="IronPythonStudio" href="http://www.codeplex.com/IronPythonStudio">IronPython Studio</a>, are excellent. I personally would like to see more from in the future being that I am a Python language advocate. Therefire, I toast their efforts and look forward to their achievements.</p>
]]></content:encoded>
			<wfw:commentRss>http://thepythonian.com/2009/08/25/ironpython-2-6-beta-2-is-now-python-2-6-feature-complete/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
