<?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; Functional Languages: Ocaml, Haskell</title>
	<atom:link href="http://enfranchisedmind.com/blog/tags/functional-programming/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; Functional Languages: Ocaml, Haskell</title>
		<url>http://enfranchisedmind.com/blog/wp-content/plugins/powerpress/rss_default.jpg</url>
		<link>http://enfranchisedmind.com/blog</link>
	</image>
		<rawvoice:location>Durham, North Carolina</rawvoice:location>
		<rawvoice:frequency>Intermittent</rawvoice:frequency>
		<item>
		<title>I think my brain just exploded</title>
		<link>http://enfranchisedmind.com/blog/posts/i-think-my-brain-just-exploded/</link>
		<comments>http://enfranchisedmind.com/blog/posts/i-think-my-brain-just-exploded/#comments</comments>
		<pubDate>Sat, 29 Dec 2007 02:27:19 +0000</pubDate>
		<dc:creator>Brian Hurt</dc:creator>
				<category><![CDATA[To Be Categorized]]></category>
		<category><![CDATA[Functional Languages: Ocaml, Haskell]]></category>

		<guid isPermaLink="false">http://enfranchisedmind.com/blog/2007/12/28/i-think-my-brain-just-exploded/</guid>
		<description><![CDATA[Haskell is making a real strong bid to wrestle the coveted title of &#8220;Brian&#8217;s Favorite Language&#8221; away from the current title holder (Ocaml, in case you haven&#8217;t guessed). The thing that just happened was that I wanted to find some pythogorean triples- you know, groups of three numbers x, y, and z such that x2 [...]
Related posts:<ol>
<li><a href='http://enfranchisedmind.com/blog/posts/this-is-your-brain-this-is-your-brain-on-ocaml/' rel='bookmark' title='This is your brain; this is your brain on OCaml'>This is your brain; this is your brain on OCaml</a></li>
<li><a href='http://enfranchisedmind.com/blog/posts/partisanship-is-short-circuiting-your-brain/' rel='bookmark' title='Partisanship is Short-Circuiting Your Brain'>Partisanship is Short-Circuiting Your Brain</a></li>
</ol>]]></description>
		<wfw:commentRss>http://enfranchisedmind.com/blog/posts/i-think-my-brain-just-exploded/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Ocaml&#8217;s Debugger</title>
		<link>http://enfranchisedmind.com/blog/posts/ocamls-debugger/</link>
		<comments>http://enfranchisedmind.com/blog/posts/ocamls-debugger/#comments</comments>
		<pubDate>Thu, 18 Oct 2007 23:25:36 +0000</pubDate>
		<dc:creator>Brian Hurt</dc:creator>
				<category><![CDATA[To Be Categorized]]></category>
		<category><![CDATA[Functional Languages: Ocaml, Haskell]]></category>

		<guid isPermaLink="false">http://enfranchisedmind.com/blog/archive/2007/10/18/408</guid>
		<description><![CDATA[I haven&#8217;t thrown chum in the water for weeks. With that in mind, I wanted to do a quick, off the cuff discussion of this articlefrom Files Bowkett, basically saying that one of the nice features of Ruby is the lack of a debugger. Ocaml has a debugger. I think I used it once. I [...]
No related posts.]]></description>
		<wfw:commentRss>http://enfranchisedmind.com/blog/posts/ocamls-debugger/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Additional Evidence That Concurrency Is an Increasing Problem</title>
		<link>http://enfranchisedmind.com/blog/posts/additional-evidence-that-concurrency-is-an-increasing-problem/</link>
		<comments>http://enfranchisedmind.com/blog/posts/additional-evidence-that-concurrency-is-an-increasing-problem/#comments</comments>
		<pubDate>Thu, 13 Sep 2007 15:11:43 +0000</pubDate>
		<dc:creator>Robert Fischer</dc:creator>
				<category><![CDATA[To Be Categorized]]></category>
		<category><![CDATA[Functional Languages: Ocaml, Haskell]]></category>

		<guid isPermaLink="false">http://enfranchisedmind.com/blog/archive/2007/09/13/339</guid>
		<description><![CDATA[Coding Horror: Choosing Dual or Quad Core Go. Read. Be Enlightened. Understand why the functional revolution is inevitable. CommentsSeptember 13, 2007, Brian wrote: File this under "no duh!". If you have an application that only has 2 threads, there's no advantage to going to 4 cores. However, an application that has 4 threads *can* be [...]
Related posts:<ol>
<li><a href='http://enfranchisedmind.com/blog/posts/accidental-syntax/' rel='bookmark' title='Accidental Syntax'>Accidental Syntax</a></li>
<li><a href='http://enfranchisedmind.com/blog/posts/functional-language-adoption/' rel='bookmark' title='Functional Language Adoption'>Functional Language Adoption</a></li>
<li><a href='http://enfranchisedmind.com/blog/posts/another-solution-to-the-java-equalscompareto-problem-more-or-less/' rel='bookmark' title='Another solution to the Java equals/compareTo Problem (More or Less)'>Another solution to the Java equals/compareTo Problem (More or Less)</a></li>
</ol>]]></description>
		<wfw:commentRss>http://enfranchisedmind.com/blog/posts/additional-evidence-that-concurrency-is-an-increasing-problem/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Strongly Typed Languages Considered Dangerous</title>
		<link>http://enfranchisedmind.com/blog/posts/strongly-typed-languages-considered-dangerous/</link>
		<comments>http://enfranchisedmind.com/blog/posts/strongly-typed-languages-considered-dangerous/#comments</comments>
		<pubDate>Mon, 03 Sep 2007 03:42:36 +0000</pubDate>
		<dc:creator>Robert Fischer</dc:creator>
				<category><![CDATA[To Be Categorized]]></category>
		<category><![CDATA[Functional Languages: Ocaml, Haskell]]></category>
		<category><![CDATA[Object Oriented Languages: Java, C#, Ruby]]></category>

		<guid isPermaLink="false">http://enfranchisedmind.com/blog/archive/2007/09/02/335</guid>
		<description><![CDATA[Not my title &#8212; it&#8217;s a post over at ObjectMentor: Strongly Typed Languages Considered Dangerous. I highly suggest reading it, as well as the comment from the Haskell fan who came to static language&#8217;s defense. Given the choice between Java and Groovy, I&#8217;ll take Groovy, thankyouverymuch. Java&#8217;s type system is just powerful enough to be [...]
Related posts:<ol>
<li><a href='http://enfranchisedmind.com/blog/posts/venkat-on-functional-languages-i-knew-he-was-smart/' rel='bookmark' title='Venkat on Functional Languages: I Knew He Was Smart'>Venkat on Functional Languages: I Knew He Was Smart</a></li>
<li><a href='http://enfranchisedmind.com/blog/posts/java-goes-scripting/' rel='bookmark' title='Java Goes Scripting'>Java Goes Scripting</a></li>
<li><a href='http://enfranchisedmind.com/blog/posts/functional-language-adoption/' rel='bookmark' title='Functional Language Adoption'>Functional Language Adoption</a></li>
</ol>]]></description>
		<wfw:commentRss>http://enfranchisedmind.com/blog/posts/strongly-typed-languages-considered-dangerous/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>It&#8217;s not just about multicores</title>
		<link>http://enfranchisedmind.com/blog/posts/its-not-just-about-multicores/</link>
		<comments>http://enfranchisedmind.com/blog/posts/its-not-just-about-multicores/#comments</comments>
		<pubDate>Tue, 14 Aug 2007 01:35:08 +0000</pubDate>
		<dc:creator>Brian Hurt</dc:creator>
				<category><![CDATA[To Be Categorized]]></category>
		<category><![CDATA[Functional Languages: Ocaml, Haskell]]></category>

		<guid isPermaLink="false">http://enfranchisedmind.com/blog/archive/2007/08/13/323</guid>
		<description><![CDATA[There has been a lot of talk recently, with programmers waking up and realizing that with the advent of multicore CPUs, multithreading is here to stay. I&#8217;ve just come to the realization that they&#8217;re missing the point- it&#8217;s not just about the multicores. Even if you take multiprocessing out of the picture, and just look [...]
Related posts:<ol>
<li><a href='http://enfranchisedmind.com/blog/posts/a-monad-tutorial-for-ocaml/' rel='bookmark' title='A Monad Tutorial for Ocaml'>A Monad Tutorial for Ocaml</a></li>
</ol>]]></description>
		<wfw:commentRss>http://enfranchisedmind.com/blog/posts/its-not-just-about-multicores/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

