<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
>

<channel>
	<title>Enfranchised Mind &#187; Perl</title>
	<atom:link href="http://enfranchisedmind.com/blog/categories/code-samples/perl/feed/" rel="self" type="application/rss+xml" />
	<link>http://enfranchisedmind.com/blog</link>
	<description>programming, politics, &#38; other religious issues</description>
	<lastBuildDate>Sun, 22 Jan 2012 01:36:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
<!-- podcast_generator="Blubrry PowerPress/2.0.4" -->
	<itunes:summary>programming, politics, &amp; other religious issues</itunes:summary>
	<itunes:author>Enfranchised Mind</itunes:author>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://enfranchisedmind.com/blog/wp-content/plugins/powerpress/itunes_default.jpg" />
	<copyright>This podcast feed is released under a Creative Commons License.  Some rights are reserved.</copyright>
	<itunes:subtitle>programming, politics, &amp; other religious issues</itunes:subtitle>
	<image>
		<title>Enfranchised Mind &#187; Perl</title>
		<url>http://enfranchisedmind.com/blog/wp-content/plugins/powerpress/rss_default.jpg</url>
		<link>http://enfranchisedmind.com/blog/categories/code-samples/perl/</link>
	</image>
		<rawvoice:location>Durham, North Carolina</rawvoice:location>
		<rawvoice:frequency>Intermittent</rawvoice:frequency>
		<item>
		<title>Scala: Post-Functional, Post-Modern, or Just Perl++?</title>
		<link>http://enfranchisedmind.com/blog/posts/post-functional-scala/</link>
		<comments>http://enfranchisedmind.com/blog/posts/post-functional-scala/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 03:30:54 +0000</pubDate>
		<dc:creator>Robert Fischer</dc:creator>
				<category><![CDATA[Classic]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Programming Language Punditry]]></category>
		<category><![CDATA[fp]]></category>
		<category><![CDATA[Scala]]></category>

		<guid isPermaLink="false">http://enfranchisedmind.com/blog/?p=2330</guid>
		<description><![CDATA[Protip to Scala people: If one of the fundamental stunts of a style is pervasive in all the code but yours, you're not in the same style of programming.
Related posts:<ol>
<li><a href='http://enfranchisedmind.com/blog/posts/scala-not-functional/' rel='bookmark' title='Scala is Not a Functional Programming Language'>Scala is Not a Functional Programming Language</a></li>
<li><a href='http://enfranchisedmind.com/blog/posts/what-is-a-functional-programming-language/' rel='bookmark' title='What is a functional programming language?'>What is a functional programming language?</a></li>
<li><a href='http://enfranchisedmind.com/blog/posts/functional-metaprogramming-ruby-groovy/' rel='bookmark' title='Functional (Meta)?Programming Stunts for Ruby and Groovy (and a Little Perl)'>Functional (Meta)?Programming Stunts for Ruby and Groovy (and a Little Perl)</a></li>
</ol>]]></description>
		<wfw:commentRss>http://enfranchisedmind.com/blog/posts/post-functional-scala/feed/</wfw:commentRss>
		<slash:comments>85</slash:comments>
		</item>
		<item>
		<title>My Fundamental Issue with Ruby</title>
		<link>http://enfranchisedmind.com/blog/posts/my-fundamental-issue-with-ruby/</link>
		<comments>http://enfranchisedmind.com/blog/posts/my-fundamental-issue-with-ruby/#comments</comments>
		<pubDate>Sun, 01 Feb 2009 21:25:02 +0000</pubDate>
		<dc:creator>Robert Fischer</dc:creator>
				<category><![CDATA[Classic]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Programming Language Punditry]]></category>
		<category><![CDATA[Ruby/JRuby]]></category>
		<category><![CDATA[programming language]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[typing]]></category>

		<guid isPermaLink="false">http://enfranchisedmind.com/blog/2009/02/01/my-fundamental-issue-with-ruby/</guid>
		<description><![CDATA[If you're going to play it fast-and-loose with types, that really is fine by me.  But Ruby gets on my nerves with the way it does not let me do typing when useful and yet eagerly punishes me for using the wrong types. 
Related posts:<ol>
<li><a href='http://enfranchisedmind.com/blog/posts/rexml-dynamic-typing-lose/' rel='bookmark' title='My Frustrations with REXML: Ruby&#8217;s Standard Library for Reading/Writing XML'>My Frustrations with REXML: Ruby&#8217;s Standard Library for Reading/Writing XML</a></li>
<li><a href='http://enfranchisedmind.com/blog/posts/ruby-xml-parsin/' rel='bookmark' title='Ruby + XML: A Serious Question That Only Sounds Facetious'>Ruby + XML: A Serious Question That Only Sounds Facetious</a></li>
<li><a href='http://enfranchisedmind.com/blog/posts/functional-metaprogramming-ruby-groovy/' rel='bookmark' title='Functional (Meta)?Programming Stunts for Ruby and Groovy (and a Little Perl)'>Functional (Meta)?Programming Stunts for Ruby and Groovy (and a Little Perl)</a></li>
</ol>]]></description>
		<wfw:commentRss>http://enfranchisedmind.com/blog/posts/my-fundamental-issue-with-ruby/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>Functional (Meta)?Programming Stunts for Ruby and Groovy (and a Little Perl)</title>
		<link>http://enfranchisedmind.com/blog/posts/functional-metaprogramming-ruby-groovy/</link>
		<comments>http://enfranchisedmind.com/blog/posts/functional-metaprogramming-ruby-groovy/#comments</comments>
		<pubDate>Tue, 24 Jun 2008 18:04:16 +0000</pubDate>
		<dc:creator>Robert Fischer</dc:creator>
				<category><![CDATA[Groovy]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Ruby/JRuby]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Functional Languages: Ocaml]]></category>
		<category><![CDATA[Haskell]]></category>
		<category><![CDATA[Object Oriented Languages: Java]]></category>
		<category><![CDATA[Ruby]]></category>

		<guid isPermaLink="false">http://enfranchisedmind.com/blog/?p=664</guid>
		<description><![CDATA[After I learned OCaml, my coding mindset was totally distorted. I started writing Java code that looked like this: public Collection&#60;Foo&#62; getCertainFoos&#40;&#41; &#123; return CollectionUtils.select&#40;getFoos&#40;&#41;, new Predicate&#40;&#41; &#123; public boolean evaluate&#40;Object o&#41; &#123; return SOME_CONSTANT.equals&#40;&#40;&#40;Foo&#41;o&#41;.getProperty&#40;&#41;&#41;; &#125; &#125;&#41;; &#125; This is kinda ugly in Java, but it&#8217;s simply what comes out when I was thinking this [...]
Related posts:<ol>
<li><a href='http://enfranchisedmind.com/blog/posts/rexml-dynamic-typing-lose/' rel='bookmark' title='My Frustrations with REXML: Ruby&#8217;s Standard Library for Reading/Writing XML'>My Frustrations with REXML: Ruby&#8217;s Standard Library for Reading/Writing XML</a></li>
<li><a href='http://enfranchisedmind.com/blog/posts/groovy-list-flatten/' rel='bookmark' title='A Groovy Gotcha: list#flatten with a map/pseudobean inside'>A Groovy Gotcha: list#flatten with a map/pseudobean inside</a></li>
<li><a href='http://enfranchisedmind.com/blog/posts/ruby-xml-parsin/' rel='bookmark' title='Ruby + XML: A Serious Question That Only Sounds Facetious'>Ruby + XML: A Serious Question That Only Sounds Facetious</a></li>
</ol>]]></description>
		<wfw:commentRss>http://enfranchisedmind.com/blog/posts/functional-metaprogramming-ruby-groovy/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>I Made This For All My Perl Peeps</title>
		<link>http://enfranchisedmind.com/blog/posts/for-all-my-perl-peeps/</link>
		<comments>http://enfranchisedmind.com/blog/posts/for-all-my-perl-peeps/#comments</comments>
		<pubDate>Fri, 29 Feb 2008 15:17:40 +0000</pubDate>
		<dc:creator>Robert Fischer</dc:creator>
				<category><![CDATA[Humor]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[Programming Language Punditry]]></category>
		<category><![CDATA[and Funny Stuff]]></category>
		<category><![CDATA[Entertainment: Movies]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://enfranchisedmind.com/blog/2008/02/29/for-all-my-perl-peeps/</guid>
		<description><![CDATA[(If you don&#8217;t get the joke, read this. The industry-standard CPAN Perl library also hosts a bunch of Larry Wall witticisms, right next to The Perl Purity Test. There&#8217;s some real software over there, too. Oh, and I mean Peeps1, not peeps.) 1 OMG, my eyes!!! CommentsFebruary 29, 2008, Hamlet D'Arcy wrote: Wow. Is that [...]
Related posts:<ol>
<li><a href='http://enfranchisedmind.com/blog/posts/a-defense-of-prototypes/' rel='bookmark' title='A Defense of Prototypes, or, Why Does Tom Christiansen Hate Perl?'>A Defense of Prototypes, or, Why Does Tom Christiansen Hate Perl?</a></li>
</ol>]]></description>
		<wfw:commentRss>http://enfranchisedmind.com/blog/posts/for-all-my-perl-peeps/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>A Defense of Prototypes, or, Why Does Tom Christiansen Hate Perl?</title>
		<link>http://enfranchisedmind.com/blog/posts/a-defense-of-prototypes/</link>
		<comments>http://enfranchisedmind.com/blog/posts/a-defense-of-prototypes/#comments</comments>
		<pubDate>Wed, 19 Oct 2005 12:03:12 +0000</pubDate>
		<dc:creator>Robert Fischer</dc:creator>
				<category><![CDATA[Classic]]></category>
		<category><![CDATA[Perl]]></category>
		<category><![CDATA[snark]]></category>

		<guid isPermaLink="false">http://enfranchisedmind.com/blog/archive/2005/10/19/34</guid>
		<description><![CDATA[Perl Prototypes aren't the enemy.
No related posts.]]></description>
		<wfw:commentRss>http://enfranchisedmind.com/blog/posts/a-defense-of-prototypes/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 5.234 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-09 00:01:04 -->
<!-- Compression = gzip -->
