<?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>Norex Blog &#187; monkey patch</title>
	<atom:link href="http://norex.ca/blog/tag/monkey-patch/feed/" rel="self" type="application/rss+xml" />
	<link>http://norex.ca/blog</link>
	<description>Norex&#039;s blog on everything web</description>
	<lastBuildDate>Mon, 30 Aug 2010 14:43:02 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Monkey Patches, friend or foe?</title>
		<link>http://norex.ca/blog/2010/02/monkey-patches-friend-or-foe/</link>
		<comments>http://norex.ca/blog/2010/02/monkey-patches-friend-or-foe/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 21:58:46 +0000</pubDate>
		<dc:creator>Thurloat</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[metaprogramming]]></category>
		<category><![CDATA[monkey patch]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://norex.ca/blog/?p=92</guid>
		<description><![CDATA[MetaProgramming (which means writing programs for the sake of modifying running programs), is commonplace in languages such as Python and Ruby. It often becomes evident that the work you need to do could easily be accomplished by introducing additional functionality at runtime. Monkey Patching, a concept within MetaProgramming, is a very hot topic in the [...]]]></description>
		<wfw:commentRss>http://norex.ca/blog/2010/02/monkey-patches-friend-or-foe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
