<?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>indiWiz.com &#187; haskell</title>
	<atom:link href="http://indiwiz.com/tag/haskell/feed/" rel="self" type="application/rss+xml" />
	<link>http://indiwiz.com</link>
	<description>Subhash&#039;s Tech Log</description>
	<lastBuildDate>Sun, 29 Apr 2012 15:11:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>The next baby step in Haskell</title>
		<link>http://indiwiz.com/2009/01/24/the-next-baby-step-in-haskell/</link>
		<comments>http://indiwiz.com/2009/01/24/the-next-baby-step-in-haskell/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 07:38:05 +0000</pubDate>
		<dc:creator>Subhash Chandran</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[haskell]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://indiwiz.com/?p=165</guid>
		<description><![CDATA[One important parameter in learning a new language is the language&#8217;s approachability. I remember the difficulty I faced when learning Java. I was asked to know things like package, static function, etc. I was kept in the blank about these features till I reached the these trails in my learning. This is disappointing, and can [...]]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><p>One important parameter in learning a new language is the language&#8217;s approachability. I remember the difficulty I faced when learning Java. I was asked to know things like package, static function, etc. I was kept in the blank about these features till I reached the these trails in my learning. This is disappointing, and can intimidate learners from learning such language.</p>
<p>Haskell, just like Python (and other languages like Ruby, Perl, Groovy, etc.) provides a simple interactive shell called <tt>ghci</tt>. This allows one to immediately jump into Haskell, experimenting with its syntax without further ado.</p>
<div class="shr-publisher-165"></div><!-- Start Shareaholic LikeButtonSetBottom --><!-- End Shareaholic LikeButtonSetBottom -->]]></content:encoded>
			<wfw:commentRss>http://indiwiz.com/2009/01/24/the-next-baby-step-in-haskell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Haskell: The first step (Installing Haskell Compiler in Linux)</title>
		<link>http://indiwiz.com/2009/01/17/haskell-the-first-step-installing-haskell-compiler-in-linux/</link>
		<comments>http://indiwiz.com/2009/01/17/haskell-the-first-step-installing-haskell-compiler-in-linux/#comments</comments>
		<pubDate>Sat, 17 Jan 2009 16:24:57 +0000</pubDate>
		<dc:creator>Subhash Chandran</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[haskell]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://indiwiz.com/?p=159</guid>
		<description><![CDATA[Today visited the Chennai Book Fair. And in pursuit of my New Year Resolution, I bought Real World Haskell book. I am running Mint Linux, and installed the GHC compiler thus: $ sudo apt-get install ghc6 $ sudo apt-get install libghc6-mtl-dev]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop --><!-- End Shareaholic LikeButtonSetTop --><p>Today visited the Chennai Book Fair. And in pursuit of my <a href="http://indiwiz.com/2009/01/13/new-year-resolution-language-to-learn/">New Year Resolution</a>, I bought <a href="http://www.realworldhaskell.org/blog/">Real World Haskell</a> book. I am running <a href="http://linuxmint.com/">Mint Linux</a>, and installed the GHC compiler thus:</p>
<pre>
$ sudo apt-get install ghc6
$ sudo apt-get install libghc6-mtl-dev
</pre>
<div class="shr-publisher-159"></div><!-- Start Shareaholic LikeButtonSetBottom --><!-- End Shareaholic LikeButtonSetBottom -->]]></content:encoded>
			<wfw:commentRss>http://indiwiz.com/2009/01/17/haskell-the-first-step-installing-haskell-compiler-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

