<?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>Parallelcoding.com &#187; Haskell</title>
	<atom:link href="http://www.parallelcoding.com/tag/haskell/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.parallelcoding.com</link>
	<description></description>
	<lastBuildDate>Mon, 16 Aug 2010 11:55:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>4 Chapters in Real World Haskell</title>
		<link>http://www.parallelcoding.com/2009/01/08/4-chapters-in-real-world-haskell/</link>
		<comments>http://www.parallelcoding.com/2009/01/08/4-chapters-in-real-world-haskell/#comments</comments>
		<pubDate>Thu, 08 Jan 2009 20:01:14 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Haskell]]></category>

		<guid isPermaLink="false">http://www.parallelcoding.com/?p=244</guid>
		<description><![CDATA[I&#8217;ve been slowly going through the book &#8220;Real World Haskell&#8221; by Bryan O&#8217;Sullivan, Don Stewart, and John Goerzen. Of course, I have been going through the online version. I have gone through the first four chapters of the book. These chapters  lay the basic framework for using and understanding the Haskell language. I have only [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been slowly going through the book &#8220;Real World Haskell&#8221; by Bryan O&#8217;Sullivan, Don Stewart, and John Goerzen. Of course, I have been going through the <a title="Real World Haskel Online Book" href="http://book.realworldhaskell.org/read/">online version.</a></p>
<p>I have gone through the first four chapters of the book. These chapters  lay the basic framework for using and understanding the Haskell language. I have only 2 complaints at this point:</p>
<ol>
<li>The excercises sometimes seem a little excessive. In other words, they are not necessarily easy for a beginner to figure out.</li>
<li>This isn&#8217;t really a complaint about the book, but rather a personal difficulty. Functional programming is a slightly demanding paradigm switch. I like it a lot and I already have a deep appreciation for it but it is not always easy to wrap my head around a new way of programming.</li>
</ol>
<p>What I like about the book:</p>
<ol>
<li>Examples are short, concise, and generally easy to follow</li>
<li>The layout is progressive and logical</li>
<li>The exercises are challenging &#8211; often more challenging than I would expect. Yet, they make you learn the language!</li>
<li>Online means easy and cheap access</li>
<li>The user comments throughout the pages are useful to understanding Haskell. They often give a slightly deeper insight into what the book is showing.</li>
</ol>
<p>Overall I really like this book and am excited to continue on to what seems to be more real world examples and applications.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.parallelcoding.com/2009/01/08/4-chapters-in-real-world-haskell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Couple of Things that I Like About Haskell</title>
		<link>http://www.parallelcoding.com/2009/01/07/a-couple-of-things-that-i-like-about-haskell/</link>
		<comments>http://www.parallelcoding.com/2009/01/07/a-couple-of-things-that-i-like-about-haskell/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 20:30:37 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Haskell]]></category>

		<guid isPermaLink="false">http://www.parallelcoding.com/?p=241</guid>
		<description><![CDATA[Mathiness. &#8216; is actually a valid character for variable naming. This means that the variables x, x&#8217;, and x&#8221; can be used inside programs. Recursion. Well, it&#8217;s just easier and a little bit mathier, isn&#8217;t it? Iteration is replaced with Tail Recursion. It&#8217;s different. This is not C#. This is not Java. This is not [...]]]></description>
			<content:encoded><![CDATA[<ol>
<li>Mathiness. &#8216; is actually a valid character for variable naming. This means that the variables x, x&#8217;, and x&#8221; can be used inside programs.</li>
<li>Recursion. Well, it&#8217;s just easier and a little bit mathier, isn&#8217;t it?</li>
<li>Iteration is replaced with Tail Recursion.</li>
<li>It&#8217;s different. This is not C#. This is not Java. This is not even F#. This is real functional programming. It really makes you think in a new way.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.parallelcoding.com/2009/01/07/a-couple-of-things-that-i-like-about-haskell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
