<?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: Maybe-Monad (Or The Better NullReference)</title>
	<atom:link href="http://www.gamlor.info/wordpress/2009/10/maybe-monad-or-the-better-nullreference/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gamlor.info/wordpress/2009/10/maybe-monad-or-the-better-nullreference/</link>
	<description>thoughts about programming, tv-series and other geeky stuff.</description>
	<lastBuildDate>Wed, 20 Mar 2013 15:54:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Mike Murray</title>
		<link>http://www.gamlor.info/wordpress/2009/10/maybe-monad-or-the-better-nullreference/comment-page-1/#comment-10063</link>
		<dc:creator>Mike Murray</dc:creator>
		<pubDate>Thu, 22 Oct 2009 05:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.gamlor.info/wordpress/?p=718#comment-10063</guid>
		<description><![CDATA[I&#039;ve been reading about Monads, but boy everything I read made it seem so complicated.  I liked the idea of being able to set up the rules of the monad and then be guaranteed that every player in that monad would return correct results according to the rules (hope that made sense).

Either way, this is the first demo I actually really get and can see the everyday application to regular real-world coding problems.  Thanks!]]></description>
		<content:encoded><![CDATA[<p>I&#8217;ve been reading about Monads, but boy everything I read made it seem so complicated.  I liked the idea of being able to set up the rules of the monad and then be guaranteed that every player in that monad would return correct results according to the rules (hope that made sense).</p>
<p>Either way, this is the first demo I actually really get and can see the everyday application to regular real-world coding problems.  Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin</title>
		<link>http://www.gamlor.info/wordpress/2009/10/maybe-monad-or-the-better-nullreference/comment-page-1/#comment-9950</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Wed, 14 Oct 2009 13:27:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.gamlor.info/wordpress/?p=718#comment-9950</guid>
		<description><![CDATA[Yes you can (it is needed for compatibility with Java if nothing else).]]></description>
		<content:encoded><![CDATA[<p>Yes you can (it is needed for compatibility with Java if nothing else).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gamlerhart</title>
		<link>http://www.gamlor.info/wordpress/2009/10/maybe-monad-or-the-better-nullreference/comment-page-1/#comment-9933</link>
		<dc:creator>gamlerhart</dc:creator>
		<pubDate>Tue, 13 Oct 2009 16:12:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.gamlor.info/wordpress/?p=718#comment-9933</guid>
		<description><![CDATA[Learning Scala is on my todo-list anyway. Can you even return a null-reference in Scala? 

Anyway the concept isn&#039;t something new, it&#039;s in many languages.]]></description>
		<content:encoded><![CDATA[<p>Learning Scala is on my todo-list anyway. Can you even return a null-reference in Scala? </p>
<p>Anyway the concept isn&#8217;t something new, it&#8217;s in many languages.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin</title>
		<link>http://www.gamlor.info/wordpress/2009/10/maybe-monad-or-the-better-nullreference/comment-page-1/#comment-9925</link>
		<dc:creator>Robin</dc:creator>
		<pubDate>Tue, 13 Oct 2009 10:22:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.gamlor.info/wordpress/?p=718#comment-9925</guid>
		<description><![CDATA[Also see the Option class in Scala: http://programming-scala.labs.oreilly.com/ch02.html#OptionSomeNone]]></description>
		<content:encoded><![CDATA[<p>Also see the Option class in Scala: <a href="http://programming-scala.labs.oreilly.com/ch02.html#OptionSomeNone" rel="nofollow">http://programming-scala.labs.oreilly.com/ch02.html#OptionSomeNone</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
