<?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: Scala Cheat Sheet Created</title>
	<atom:link href="http://www.geekontheloose.com/programming/scala/scala-cheat-sheet-created/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.geekontheloose.com/programming/scala/scala-cheat-sheet-created/</link>
	<description>Just another girl-geek weblog</description>
	<lastBuildDate>Sat, 03 Jul 2010 13:35:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Willis Blackburn</title>
		<link>http://www.geekontheloose.com/programming/scala/scala-cheat-sheet-created/comment-page-1/#comment-36</link>
		<dc:creator>Willis Blackburn</dc:creator>
		<pubDate>Sat, 03 Jul 2010 13:35:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.geekontheloose.com/?p=105#comment-36</guid>
		<description>Also in the section on iteration, you used &quot;;&quot; instead of &quot;if&quot;:

for (i &lt;- 1 to 10; i % 2 == 0)

should be

for (i &lt;- 1 to 10 if i % 2 == 0)</description>
		<content:encoded><![CDATA[<p>Also in the section on iteration, you used &#8220;;&#8221; instead of &#8220;if&#8221;:</p>
<p>for (i &lt;- 1 to 10; i % 2 == 0)</p>
<p>should be</p>
<p>for (i &lt;- 1 to 10 if i % 2 == 0)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Willis Blackburn</title>
		<link>http://www.geekontheloose.com/programming/scala/scala-cheat-sheet-created/comment-page-1/#comment-35</link>
		<dc:creator>Willis Blackburn</dc:creator>
		<pubDate>Sat, 03 Jul 2010 13:30:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.geekontheloose.com/?p=105#comment-35</guid>
		<description>Hello.  Thank you for putting this cheat sheet together!  One correction so far:  It&#039;s AnyRef that maps to java.lang.Object, not AnyVal.</description>
		<content:encoded><![CDATA[<p>Hello.  Thank you for putting this cheat sheet together!  One correction so far:  It&#8217;s AnyRef that maps to java.lang.Object, not AnyVal.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
