<?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>Stefan-Marr.de &#187; GitHub</title>
	<atom:link href="http://soft.vub.ac.be/~smarr/tag/github/feed/" rel="self" type="application/rss+xml" />
	<link>http://soft.vub.ac.be/~smarr</link>
	<description>personal and research notes</description>
	<lastBuildDate>Tue, 24 Jan 2012 18:41:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>RVM Open Sourced, Soon to be known as RoarVM</title>
		<link>http://soft.vub.ac.be/~smarr/2010/11/rvm-open-sourced-soon-to-be-known-as-roarvm/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=rvm-open-sourced-soon-to-be-known-as-roarvm</link>
		<comments>http://soft.vub.ac.be/~smarr/2010/11/rvm-open-sourced-soon-to-be-known-as-roarvm/#comments</comments>
		<pubDate>Tue, 02 Nov 2010 22:12:49 +0000</pubDate>
		<dc:creator>Stefan</dc:creator>
				<category><![CDATA[Renaissance]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[GitHub]]></category>
		<category><![CDATA[IBM]]></category>
		<category><![CDATA[Manycore]]></category>
		<category><![CDATA[OpenSource]]></category>
		<category><![CDATA[RoarVM]]></category>
		<category><![CDATA[Smalltalk]]></category>
		<category><![CDATA[VM]]></category>

		<guid isPermaLink="false">http://soft.vub.ac.be/~smarr/?p=377</guid>
		<description><![CDATA[Just a brief heads up before the actual announcement of RoarVM. The Renaissance VM has been open sourced. The official contribution of IBM Research to the open source community can be found here: The Renaissance Virtual Machine: Open Source Release Announcement. The code is already posted to GitHub and somewhat extended to make it actually useful. Please [...]]]></description>
			<content:encoded><![CDATA[<p>Just a brief heads up before the actual announcement of RoarVM.</p>
<p>The Renaissance VM has been open sourced. The official contribution of IBM Research to the open source community can be found here: <a href="http://soft.vub.ac.be/~smarr/rvm-open-source-release/">The Renaissance Virtual Machine: Open Source Release Announcement</a>.</p>
<p>The code is already posted to <a href="http://github.com/smarr/RoarVM">GitHub</a> and somewhat extended to make it actually useful. Please feel free to head over to <a href="http://github.com/smarr/RoarVM">http://github.com/smarr/RoarVM</a>, play with the code, try the VM with your image, and report back.</p>
<p>The official announcement will be send out in the next couple of days, but any feedback we could get before hand would allow to fix issues before the community gets started with the VM.</p>
]]></content:encoded>
			<wfw:commentRss>http://soft.vub.ac.be/~smarr/2010/11/rvm-open-sourced-soon-to-be-known-as-roarvm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Traits Patch Updated, Backported, and Available on GitHub</title>
		<link>http://soft.vub.ac.be/~smarr/2009/09/traits-patch-updated-backported-and-available-on-github/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=traits-patch-updated-backported-and-available-on-github</link>
		<comments>http://soft.vub.ac.be/~smarr/2009/09/traits-patch-updated-backported-and-available-on-github/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 07:06:10 +0000</pubDate>
		<dc:creator>Stefan</dc:creator>
				<category><![CDATA[Research]]></category>
		<category><![CDATA[Traits]]></category>
		<category><![CDATA[Git]]></category>
		<category><![CDATA[GitHub]]></category>
		<category><![CDATA[Language Design]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[traits]]></category>

		<guid isPermaLink="false">http://soft.vub.ac.be/~smarr/?p=248</guid>
		<description><![CDATA[PHP 5.3 is already released for a while and starts to settle in. Now it seems to be a good time to philosophize about the future language development of PHP again. To promote this discussion, I backported my Traits-patch to PHP 5.3, fixed some bugs, and used GitHub to publish it. Lets hope that this [...]]]></description>
			<content:encoded><![CDATA[<p>PHP 5.3 is already released for a while and starts to settle in.</p>
<p>Now it seems to be a good time to philosophize about the future language development of PHP again. To promote this discussion, I backported my Traits-patch to PHP 5.3, fixed some bugs, and used GitHub to publish it. Lets hope that this will allow a painless maintenance of the patch.</p>
<p>For the moment, there is no uptodate standalone patch file anymore, but only the GitHub repository.</p>
<ul>
	<li>PHP 6: <a href="http://github.com/gron/php-src/tree/PHP_6-traits">http://github.com/gron/php-src/tree/PHP_6-traits</a></li>
	<li>PHP 5.3: <a href="http://github.com/gron/php-src/tree/PHP_5_3-traits">http://github.com/gron/php-src/tree/PHP_5_3-traits</a></li>
</ul>
<p>For a basic introduction please refer to the RFC (<a href="http://wiki.php.net/rfc/horizontalreuse">http://wiki.php.net/rfc/horizontalreuse</a>) and the test cases available in the source folder Zend/tests/traits.</p>
]]></content:encoded>
			<wfw:commentRss>http://soft.vub.ac.be/~smarr/2009/09/traits-patch-updated-backported-and-available-on-github/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

