<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Adventures In Haskell &#8211; Part I</title>
	<atom:link href="http://www.wardtek.ca/2007/04/adventures-in-haskell-part-i/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.wardtek.ca/2007/04/adventures-in-haskell-part-i/</link>
	<description>Ramblings and Revelations</description>
	<lastBuildDate>Mon, 29 Dec 2008 17:43:58 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
	<item>
		<title>By: Cale Gibbard</title>
		<link>http://www.wardtek.ca/2007/04/adventures-in-haskell-part-i/comment-page-1/#comment-29</link>
		<dc:creator>Cale Gibbard</dc:creator>
		<pubDate>Tue, 17 Apr 2007 03:00:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.wardtek.ca/2007/04/adventures-in-haskell-part-i/#comment-29</guid>
		<description>Hello! It&#039;s always good to hear about a new Haskell user!

The best way to learn is to come and join us on IRC on irc.freenode.net #haskell -- it&#039;s very newbie-friendly, and we&#039;ll be happy to answer any questions you might have.

If you&#039;re having trouble finding resources for learning, a couple of the better ones which I&#039;d recommend starting off with are the Wikibook ( http://en.wikibooks.org/wiki/Haskell ) and &quot;Yet Another Haskell Tutorial&quot; ( http://en.wikibooks.org/wiki/Haskell/YAHT ). A good meta-resource is http://haskell.org/haskellwiki/Books_and_tutorials

Note that a common set-up for writing Haskell code is to just keep two windows open at all times -- your editor and the interpreter/interactive environment you&#039;re using. Hugs and GHCi both make it qiute easy to reload your file when you make changes (in hugs, :r wil reload, and in GHCi you can reduce that to just a single colon.). If you use GHCi, you can make temporary function and value definitions by prefixing them with &#039;let&#039;, but I still find that putting things in a file usually works better, as it means that you don&#039;t end up losing work when a command ends up printing unbounded amounts of output.

Anyway, good luck with Haskell, and make sure to join us on IRC! :)

 - Cale</description>
		<content:encoded><![CDATA[<p>Hello! It&#8217;s always good to hear about a new Haskell user!</p>
<p>The best way to learn is to come and join us on IRC on irc.freenode.net #haskell &#8212; it&#8217;s very newbie-friendly, and we&#8217;ll be happy to answer any questions you might have.</p>
<p>If you&#8217;re having trouble finding resources for learning, a couple of the better ones which I&#8217;d recommend starting off with are the Wikibook ( <a href="http://en.wikibooks.org/wiki/Haskell" rel="nofollow">http://en.wikibooks.org/wiki/Haskell</a> ) and &#8220;Yet Another Haskell Tutorial&#8221; ( <a href="http://en.wikibooks.org/wiki/Haskell/YAHT" rel="nofollow">http://en.wikibooks.org/wiki/Haskell/YAHT</a> ). A good meta-resource is <a href="http://haskell.org/haskellwiki/Books_and_tutorials" rel="nofollow">http://haskell.org/haskellwiki/Books_and_tutorials</a></p>
<p>Note that a common set-up for writing Haskell code is to just keep two windows open at all times &#8212; your editor and the interpreter/interactive environment you&#8217;re using. Hugs and GHCi both make it qiute easy to reload your file when you make changes (in hugs, :r wil reload, and in GHCi you can reduce that to just a single colon.). If you use GHCi, you can make temporary function and value definitions by prefixing them with &#8216;let&#8217;, but I still find that putting things in a file usually works better, as it means that you don&#8217;t end up losing work when a command ends up printing unbounded amounts of output.</p>
<p>Anyway, good luck with Haskell, and make sure to join us on IRC! <img src='http://www.wardtek.ca/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p> &#8211; Cale</p>
]]></content:encoded>
	</item>
</channel>
</rss>
