<?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>andreas-schlapsi.at &#187; IronPython</title>
	<atom:link href="http://www.andreas-schlapsi.at/tag/ironpython/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.andreas-schlapsi.at</link>
	<description>Software-Entwicklung, .NET &#38; Co.</description>
	<lastBuildDate>Sat, 17 Sep 2011 16:28:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Source-Code von IronPython jetzt auf Github</title>
		<link>http://www.andreas-schlapsi.at/2010/11/25/source-code-von-ironpython-jetzt-auf-github/</link>
		<comments>http://www.andreas-schlapsi.at/2010/11/25/source-code-von-ironpython-jetzt-auf-github/#comments</comments>
		<pubDate>Wed, 24 Nov 2010 22:49:13 +0000</pubDate>
		<dc:creator>Andreas Schlapsi</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[IronPython]]></category>

		<guid isPermaLink="false">http://www.andreas-schlapsi.at/?p=1095</guid>
		<description><![CDATA[Vor einigen Wochen hat Microsoft die Open-Source-Projekte IronPython und IronRuby an die Community übergeben. Der Quellcode von IronPython wurde bis jetzt in TFS auf Codeplex verwaltet. IronRuby verwendete schon länger ein Repository auf Github für die Quellcodeverwaltung. Darin befindet sich auch die DLR (Dynamic Language Runtime), die von beiden Projekten benötigt wird. Das IronPython-Team entschied [...]]]></description>
			<content:encoded><![CDATA[<p><div id="attachment_1096" class="wp-caption alignleft" style="width: 160px"><a href="http://www.andreas-schlapsi.at/wp-content/uploads/2010/11/python.jpg"><img src="http://www.andreas-schlapsi.at/wp-content/uploads/2010/11/python-150x150.jpg" alt="Foto: Nasmac (http://www.flickr.com/photos/nasmac/531138641/)" title="Grüne Baumpython" width="150" height="150" class="size-thumbnail wp-image-1096" /></a><p class="wp-caption-text">Foto: <a href='http://www.flickr.com/photos/nasmac/531138641/'>Nasmac</a></p></div>Vor einigen Wochen hat Microsoft die Open-Source-Projekte IronPython und IronRuby <a href="http://blogs.msdn.com/b/jasonz/archive/2010/10/21/new-components-and-contributors-for-ironpython-and-ironruby.aspx">an die Community übergeben</a>. Der Quellcode von IronPython wurde bis jetzt in TFS auf <a href="www.codeplex.com">Codeplex</a> verwaltet.</p>
<p>IronRuby verwendete schon länger ein Repository auf <a href="http://github.com">Github</a> für die Quellcodeverwaltung. Darin befindet sich auch die DLR (Dynamic Language Runtime), die von beiden Projekten benötigt wird. Das IronPython-Team entschied daher, dieses <a href="https://github.com/IronLanguages/main">Repository mitzubenutzen</a>. Das Issue-Tracking bleibt aber <a href="http://ironpython.codeplex.com/">auf Codeplex</a>.</p>
<p>Die Mehrheit der IronPython-Community <a href="http://lists.ironpython.com/pipermail/users-ironpython.com/2010-October/013921.html">sprach sich für BitBucket und damit Mercurial aus</a>, das in der Python-Community beliebter ist. Für alle, die am IronPython-Quellcode interessiert sind, aber nicht auf Git umsteigen möchten, hat <a href="http://jdhardy.blogspot.com/">Jeff Hardy</a> einen Mirror auf <a href="http://bitbucket.org/">BitBucket</a> eingerichtet und <a href="http://jdhardy.blogspot.com/2010/11/developing-ironpython-with-mercurial.htm">dessen Verwendung für die Entwicklung an IronPython dokumentiert</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andreas-schlapsi.at/2010/11/25/source-code-von-ironpython-jetzt-auf-github/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IronPython-LanguageBinding für SharpDevelop</title>
		<link>http://www.andreas-schlapsi.at/2006/09/14/ironpython-languagebinding-fur-sharpdevelop/</link>
		<comments>http://www.andreas-schlapsi.at/2006/09/14/ironpython-languagebinding-fur-sharpdevelop/#comments</comments>
		<pubDate>Wed, 13 Sep 2006 22:12:24 +0000</pubDate>
		<dc:creator>Andreas Schlapsi</dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[IronPython]]></category>
		<category><![CDATA[SharpDevelop]]></category>

		<guid isPermaLink="false">http://www.andreas-schlapsi.at/2006/09/14/ironpython-languagebinding-fur-sharpdevelop/</guid>
		<description><![CDATA[Am 5. September wurde IronPython released und Entwickler finden im Visual Studio SDK als Beispiel eine IronPython-Integration. Mit IPythonBinding können auch Benutzer von SharpDevelop, der Open-Source-IDE für das .NET-Framework, Python-Programme für .NET entwickeln.]]></description>
			<content:encoded><![CDATA[<p>Am 5. September wurde <a href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=IronPython" title="IronPython Homepage">IronPython</a> <a href="http://blogs.msdn.com/hugunin/archive/2006/09/05/741605.aspx" title="IronPython 1.0 released today!">released</a> und Entwickler finden im Visual Studio SDK als Beispiel eine <a href="http://blogs.msdn.com/aaronmar/archive/2006/02/16/533273.aspx" title="Aaron Marten's WebLog : A bit more on IronPython">IronPython-Integration</a>. Mit <a href="http://www.codeplex.com/Wiki/View.aspx?ProjectName=PythonBinding" title="Python Binding">IPythonBinding</a> können auch Benutzer von <a href="http://www.sharpdevelop.com/OpenSource/SD/Default.aspx" title="SharpDevelop-Homepage">SharpDevelop</a>, der Open-Source-IDE für das .NET-Framework, Python-Programme für .NET entwickeln.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.andreas-schlapsi.at/2006/09/14/ironpython-languagebinding-fur-sharpdevelop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

