<?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: Starting out with Scala</title>
	<atom:link href="http://blog.xebia.com/2009/07/03/starting-out-with-scala/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.xebia.com/2009/07/03/starting-out-with-scala/</link>
	<description></description>
	<lastBuildDate>Thu, 11 Mar 2010 16:23:01 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Scala: всё только начинается? - Technology</title>
		<link>http://blog.xebia.com/2009/07/03/starting-out-with-scala/comment-page-1/#comment-92234</link>
		<dc:creator>Scala: всё только начинается? - Technology</dc:creator>
		<pubDate>Mon, 03 Aug 2009 12:00:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebia.com/?p=2342#comment-92234</guid>
		<description>[...] NetBeans похоже не собирается отставать от прогрессивного мира, и тоже добавляет поддержку [...]</description>
		<content:encoded><![CDATA[<p>[...] NetBeans похоже не собирается отставать от прогрессивного мира, и тоже добавляет поддержку [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arjan Blokzijl</title>
		<link>http://blog.xebia.com/2009/07/03/starting-out-with-scala/comment-page-1/#comment-92169</link>
		<dc:creator>Arjan Blokzijl</dc:creator>
		<pubDate>Sun, 26 Jul 2009 05:20:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebia.com/?p=2342#comment-92169</guid>
		<description>Correct or not, it&#039;s certainly neat and concise, much better than my version, thanks!</description>
		<content:encoded><![CDATA[<p>Correct or not, it&#8217;s certainly neat and concise, much better than my version, thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Phillips</title>
		<link>http://blog.xebia.com/2009/07/03/starting-out-with-scala/comment-page-1/#comment-92152</link>
		<dc:creator>Paul Phillips</dc:creator>
		<pubDate>Thu, 23 Jul 2009 16:30:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebia.com/?p=2342#comment-92152</guid>
		<description>In trunk I can express problem 48 like so:

def bd(x: Int) = BigDecimal(x) pow x ; (1 to 1000 map bd sum) remainder bd(10)

res0: BigDecimal = 9110846700

(Hoping that&#039;s correct, have no idea...)</description>
		<content:encoded><![CDATA[<p>In trunk I can express problem 48 like so:</p>
<p>def bd(x: Int) = BigDecimal(x) pow x ; (1 to 1000 map bd sum) remainder bd(10)</p>
<p>res0: BigDecimal = 9110846700</p>
<p>(Hoping that&#8217;s correct, have no idea&#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scala Lifting Off ? - Technology</title>
		<link>http://blog.xebia.com/2009/07/03/starting-out-with-scala/comment-page-1/#comment-92053</link>
		<dc:creator>Scala Lifting Off ? - Technology</dc:creator>
		<pubDate>Fri, 10 Jul 2009 19:01:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebia.com/?p=2342#comment-92053</guid>
		<description>[...] NetBeans seems to be ahead of the curve in its support for [...]</description>
		<content:encoded><![CDATA[<p>[...] NetBeans seems to be ahead of the curve in its support for [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kieron Wilkinson</title>
		<link>http://blog.xebia.com/2009/07/03/starting-out-with-scala/comment-page-1/#comment-92023</link>
		<dc:creator>Kieron Wilkinson</dc:creator>
		<pubDate>Mon, 06 Jul 2009 12:55:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebia.com/?p=2342#comment-92023</guid>
		<description>Sean: That exact collection problem has been is fixed in version 2.8, which should be going final in a few months time. Even though it is not yet final, it is easily stable enough to play around with.</description>
		<content:encoded><![CDATA[<p>Sean: That exact collection problem has been is fixed in version 2.8, which should be going final in a few months time. Even though it is not yet final, it is easily stable enough to play around with.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sean Bowman</title>
		<link>http://blog.xebia.com/2009/07/03/starting-out-with-scala/comment-page-1/#comment-92019</link>
		<dc:creator>Sean Bowman</dc:creator>
		<pubDate>Mon, 06 Jul 2009 04:14:07 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebia.com/?p=2342#comment-92019</guid>
		<description>I liked the idea of Scala, but when it came right down to it, the execution just left a bad taste in my mouth.  I came to it from Ruby (though I had years and years of Java before Ruby).  Definitely much better than Java, but I kept trying to chain collection-related commands together, and they kept spitting back different, incompatible things.  Then I spent all my time trying to figure out how to convert between the various collection return types into something useful.

I know I&#039;m not explaining the problem very well, and maybe it&#039;s no longer a problem.  I left Scala behind after writing a few things in it about a year or so ago.  Maybe if they&#039;ve figured out the collections, I should give it another shot...suggestions on where to look for help with those collections commands would be appreciated.  Maybe I just didn&#039;t &quot;get it&quot; my first go-around.</description>
		<content:encoded><![CDATA[<p>I liked the idea of Scala, but when it came right down to it, the execution just left a bad taste in my mouth.  I came to it from Ruby (though I had years and years of Java before Ruby).  Definitely much better than Java, but I kept trying to chain collection-related commands together, and they kept spitting back different, incompatible things.  Then I spent all my time trying to figure out how to convert between the various collection return types into something useful.</p>
<p>I know I&#8217;m not explaining the problem very well, and maybe it&#8217;s no longer a problem.  I left Scala behind after writing a few things in it about a year or so ago.  Maybe if they&#8217;ve figured out the collections, I should give it another shot&#8230;suggestions on where to look for help with those collections commands would be appreciated.  Maybe I just didn&#8217;t &#8220;get it&#8221; my first go-around.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Twitted by bubbl_scala</title>
		<link>http://blog.xebia.com/2009/07/03/starting-out-with-scala/comment-page-1/#comment-92018</link>
		<dc:creator>Twitted by bubbl_scala</dc:creator>
		<pubDate>Mon, 06 Jul 2009 00:56:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebia.com/?p=2342#comment-92018</guid>
		<description>[...] This post was Twitted by bubbl_scala [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was Twitted by bubbl_scala [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arjan Blokzijl</title>
		<link>http://blog.xebia.com/2009/07/03/starting-out-with-scala/comment-page-1/#comment-92002</link>
		<dc:creator>Arjan Blokzijl</dc:creator>
		<pubDate>Fri, 03 Jul 2009 13:43:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebia.com/?p=2342#comment-92002</guid>
		<description>Apparently, the stability still leaves something to be desired: http://twitter.com/jboner/status/2402541265 :-).
I&#039;ve used it very briefly at the end of last year, and I must say that it had the most impressive Scala plugin of all three (Netbeans, Eclipse, Intellij) at that time in my opinion.</description>
		<content:encoded><![CDATA[<p>Apparently, the stability still leaves something to be desired: <a href="http://twitter.com/jboner/status/2402541265" rel="nofollow">http://twitter.com/jboner/status/2402541265</a> <img src='http://blog.xebia.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> .<br />
I&#8217;ve used it very briefly at the end of last year, and I must say that it had the most impressive Scala plugin of all three (Netbeans, Eclipse, Intellij) at that time in my opinion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Boudewijn van Klingeren</title>
		<link>http://blog.xebia.com/2009/07/03/starting-out-with-scala/comment-page-1/#comment-92001</link>
		<dc:creator>Boudewijn van Klingeren</dc:creator>
		<pubDate>Fri, 03 Jul 2009 13:17:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.xebia.com/?p=2342#comment-92001</guid>
		<description>Hi Arjan,

I would like to notice that IntelliJ IDEA also has a very good plugin for Scala development. I&#039;m not sure how stable it is, because I haven&#039;t played with it that much yet, but it defenitely is worth mentioning.

Cheers,

Boudewijn</description>
		<content:encoded><![CDATA[<p>Hi Arjan,</p>
<p>I would like to notice that IntelliJ IDEA also has a very good plugin for Scala development. I&#8217;m not sure how stable it is, because I haven&#8217;t played with it that much yet, but it defenitely is worth mentioning.</p>
<p>Cheers,</p>
<p>Boudewijn</p>
]]></content:encoded>
	</item>
</channel>
</rss>
