<?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 is Unfit for Serious Development</title>
	<atom:link href="http://codemonkeyism.com/scala-unfit-development/feed/" rel="self" type="application/rss+xml" />
	<link>http://codemonkeyism.com/scala-unfit-development/</link>
	<description></description>
	<lastBuildDate>Tue, 03 Jan 2012 15:08:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Jeryl Cook</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-4/#comment-389684</link>
		<dc:creator>Jeryl Cook</dc:creator>
		<pubDate>Mon, 27 Dec 2010 17:43:36 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-389684</guid>
		<description>I researched and played around with Scala and i felt like i was in university all over again... personally i don&#039;t think it is meant for &#039;real-world&#039; programming yet either..thought i was alone, but didn&#039;t have guts to blog about it(a wuss clearly)!</description>
		<content:encoded><![CDATA[<p>I researched and played around with Scala and i felt like i was in university all over again&#8230; personally i don&#8217;t think it is meant for &#8216;real-world&#8217; programming yet either..thought i was alone, but didn&#8217;t have guts to blog about it(a wuss clearly)!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raphael</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-4/#comment-382423</link>
		<dc:creator>Raphael</dc:creator>
		<pubDate>Fri, 17 Dec 2010 13:52:53 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-382423</guid>
		<description>There are points where binary compatibility _has_ to be broken for the sake of meaningful advance, imho. Java has moved past that point. Many of the foremost problems today&#039;s Java has can be traced back to binary compatibility being kept. The most important blunder is everything around generics which are just inconsistently implemented and have caused a lot of colleteral damage, namely Core API that does not adhere to good practices anymore.

But yes, annoying legacy means that companies can make money without having to improve (or maybe only recompile) yesterday&#039;s code and without their devs having to learn new things. It also allowes to cram code using different versions of the language together without thinking about it. I can immediately find arguments against those ways of thinking but this is not ontopic here.</description>
		<content:encoded><![CDATA[<p>There are points where binary compatibility _has_ to be broken for the sake of meaningful advance, imho. Java has moved past that point. Many of the foremost problems today&#8217;s Java has can be traced back to binary compatibility being kept. The most important blunder is everything around generics which are just inconsistently implemented and have caused a lot of colleteral damage, namely Core API that does not adhere to good practices anymore.</p>
<p>But yes, annoying legacy means that companies can make money without having to improve (or maybe only recompile) yesterday&#8217;s code and without their devs having to learn new things. It also allowes to cram code using different versions of the language together without thinking about it. I can immediately find arguments against those ways of thinking but this is not ontopic here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-4/#comment-376212</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Wed, 08 Dec 2010 17:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-376212</guid>
		<description>Scala is certainly used by Novell and foursquare, but also by a pretty large number of other companies in which it drives mission-critical applications. Some stories on Scala in the enterprise can be found here:

http://www.scala-lang.org/node/1658

That list is somewhat outdated already. Things have been moving pretty fast lately, so there are many large enterprises, in particular from the financial sector, that are not yet on this list.</description>
		<content:encoded><![CDATA[<p>Scala is certainly used by Novell and foursquare, but also by a pretty large number of other companies in which it drives mission-critical applications. Some stories on Scala in the enterprise can be found here:</p>
<p><a href="http://www.scala-lang.org/node/1658" rel="nofollow">http://www.scala-lang.org/node/1658</a></p>
<p>That list is somewhat outdated already. Things have been moving pretty fast lately, so there are many large enterprises, in particular from the financial sector, that are not yet on this list.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephan</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-4/#comment-371645</link>
		<dc:creator>stephan</dc:creator>
		<pubDate>Fri, 03 Dec 2010 08:08:32 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-371645</guid>
		<description>@Fernando: 

1.) Well see above what the post triggered

2.)
&quot;Scala 2.8.1 is out, no binary incompatibility, fixing more than a hundred small issues, and production ready.&quot;

What about 2.9, 3.0?

3.) &quot;the community is growing, while the Java language that never broke anything in 15 years will take at least 2 more years to be in a state almost decent enough to compete with Scala.&quot;

Not sure what you mean with competition. Though this should not became a Java vs. Scala post, Java makes billions of dollars for companies each year, Scala has ... well Novell and foursquare.</description>
		<content:encoded><![CDATA[<p>@Fernando: </p>
<p>1.) Well see above what the post triggered</p>
<p>2.)<br />
&#8220;Scala 2.8.1 is out, no binary incompatibility, fixing more than a hundred small issues, and production ready.&#8221;</p>
<p>What about 2.9, 3.0?</p>
<p>3.) &#8220;the community is growing, while the Java language that never broke anything in 15 years will take at least 2 more years to be in a state almost decent enough to compete with Scala.&#8221;</p>
<p>Not sure what you mean with competition. Though this should not became a Java vs. Scala post, Java makes billions of dollars for companies each year, Scala has &#8230; well Novell and foursquare.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-4/#comment-360920</link>
		<dc:creator>K</dc:creator>
		<pubDate>Mon, 15 Nov 2010 10:24:53 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-360920</guid>
		<description>^String x is sufficient to a type annotation in Clojure for the variable, no need of #^String x.

For instance:

(defn dosomething [^String x]
   ... some code ...)</description>
		<content:encoded><![CDATA[<p>^String x is sufficient to a type annotation in Clojure for the variable, no need of #^String x.</p>
<p>For instance:</p>
<p>(defn dosomething [^String x]<br />
   &#8230; some code &#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fernando Racca</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-4/#comment-360855</link>
		<dc:creator>Fernando Racca</dc:creator>
		<pubDate>Mon, 15 Nov 2010 07:29:04 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-360855</guid>
		<description>4 months from your post, and it already looks so obviously flawed. 

unfit for serious development based on one big problematic release?

Scala 2.8.1 is out, no binary incompatibility, fixing more than a hundred small issues, and production ready.

the community is growing, while the Java language that never broke anything in 15 years will take at least 2 more years to be in a state almost decent enough to compete with Scala.

I think you owe the Scala community a serious re-evaluation of your comments.</description>
		<content:encoded><![CDATA[<p>4 months from your post, and it already looks so obviously flawed. </p>
<p>unfit for serious development based on one big problematic release?</p>
<p>Scala 2.8.1 is out, no binary incompatibility, fixing more than a hundred small issues, and production ready.</p>
<p>the community is growing, while the Java language that never broke anything in 15 years will take at least 2 more years to be in a state almost decent enough to compete with Scala.</p>
<p>I think you owe the Scala community a serious re-evaluation of your comments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sulfide</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-4/#comment-360722</link>
		<dc:creator>sulfide</dc:creator>
		<pubDate>Sun, 14 Nov 2010 23:52:26 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-360722</guid>
		<description>Thanks for the post, it brought up questions and answers I think many people wanted to see and talk about. It was also good to hear from Martin. While I would never expect him to answer every single blog out there, when a good controversial piece comes along it&#039;s nice to see the creator back it up with words of assurance. (Oracle should learn from this!)</description>
		<content:encoded><![CDATA[<p>Thanks for the post, it brought up questions and answers I think many people wanted to see and talk about. It was also good to hear from Martin. While I would never expect him to answer every single blog out there, when a good controversial piece comes along it&#8217;s nice to see the creator back it up with words of assurance. (Oracle should learn from this!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-4/#comment-360708</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Sun, 14 Nov 2010 22:43:06 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-360708</guid>
		<description>What&#039;s wrong with Ada?</description>
		<content:encoded><![CDATA[<p>What&#8217;s wrong with Ada?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: spacebat</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-4/#comment-360705</link>
		<dc:creator>spacebat</dc:creator>
		<pubDate>Sun, 14 Nov 2010 22:27:18 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-360705</guid>
		<description>&quot;There is no alternative. No statically typed, functional, object oriented language with enough libraries to get going.&quot;

Check out Digital Mars D version 2. It has all these things - though for enough libraries one has to include C libs, and C++ libs that are usable from C. It is lacking solid 64bit support but that&#039;s firming up.</description>
		<content:encoded><![CDATA[<p>&#8220;There is no alternative. No statically typed, functional, object oriented language with enough libraries to get going.&#8221;</p>
<p>Check out Digital Mars D version 2. It has all these things &#8211; though for enough libraries one has to include C libs, and C++ libs that are usable from C. It is lacking solid 64bit support but that&#8217;s firming up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roger Referer</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-4/#comment-313780</link>
		<dc:creator>Roger Referer</dc:creator>
		<pubDate>Tue, 10 Aug 2010 00:09:26 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-313780</guid>
		<description>No working IDE, no stability, no clue - Scala is unfit for production, I could not agree more. Excellent post.</description>
		<content:encoded><![CDATA[<p>No working IDE, no stability, no clue &#8211; Scala is unfit for production, I could not agree more. Excellent post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Python, Java NIO =&#62; JTornado &#171; Codemountain, Paulo Suzart&#39;s Blog</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-4/#comment-308926</link>
		<dc:creator>Python, Java NIO =&#62; JTornado &#171; Codemountain, Paulo Suzart&#39;s Blog</dc:creator>
		<pubDate>Fri, 23 Jul 2010 15:03:51 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-308926</guid>
		<description>[...] e mudanças na estratégia de Collections para aumentar a compatibilidade com o Java), muito se especulou sobre a estabilidade da linguagem e muitas discussões acirradas (vejam os tweets entre @jboner e [...]</description>
		<content:encoded><![CDATA[<p>[...] e mudanças na estratégia de Collections para aumentar a compatibilidade com o Java), muito se especulou sobre a estabilidade da linguagem e muitas discussões acirradas (vejam os tweets entre @jboner e [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: An introduction to Scala &#171; Developmentality</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-4/#comment-307105</link>
		<dc:creator>An introduction to Scala &#171; Developmentality</dc:creator>
		<pubDate>Fri, 16 Jul 2010 02:53:13 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-307105</guid>
		<description>[...] Scala is unfit for serious development [...]</description>
		<content:encoded><![CDATA[<p>[...] Scala is unfit for serious development [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mondraymond</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-4/#comment-306797</link>
		<dc:creator>mondraymond</dc:creator>
		<pubDate>Wed, 14 Jul 2010 20:52:29 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-306797</guid>
		<description>I think there&#039;s been enough hurt getting 2.8 out that there will be big improvements for 3.0.  I watched the roadmap video from the Scala-days and was re-assured that the next phase of maturity is coming.  Subsequent releases will probably be smaller (a good thing) so although the comparison will be harder, life will be easier for compiler and library writers alike.</description>
		<content:encoded><![CDATA[<p>I think there&#8217;s been enough hurt getting 2.8 out that there will be big improvements for 3.0.  I watched the roadmap video from the Scala-days and was re-assured that the next phase of maturity is coming.  Subsequent releases will probably be smaller (a good thing) so although the comparison will be harder, life will be easier for compiler and library writers alike.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephan</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-4/#comment-306785</link>
		<dc:creator>stephan</dc:creator>
		<pubDate>Wed, 14 Jul 2010 19:29:57 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-306785</guid>
		<description>@mondraymond: Only if 2.9 and 3.0 will be different :-)

@Det: Demanding things on other people blogs is not the way to go - or looking at it differently: Everyone can demand whatever he likes, my country is free. Best Stephan</description>
		<content:encoded><![CDATA[<p>@mondraymond: Only if 2.9 and 3.0 will be different :-)</p>
<p>@Det: Demanding things on other people blogs is not the way to go &#8211; or looking at it differently: Everyone can demand whatever he likes, my country is free. Best Stephan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mondraymond</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-4/#comment-306774</link>
		<dc:creator>mondraymond</dc:creator>
		<pubDate>Wed, 14 Jul 2010 18:20:36 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-306774</guid>
		<description>2.8 final is out.  Can we all go back to work now ;-)</description>
		<content:encoded><![CDATA[<p>2.8 final is out.  Can we all go back to work now ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Det</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-4/#comment-306476</link>
		<dc:creator>Det</dc:creator>
		<pubDate>Tue, 13 Jul 2010 10:28:35 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-306476</guid>
		<description>Stephan, 
which libraries? How were you forced?
Become specific.</description>
		<content:encoded><![CDATA[<p>Stephan,<br />
which libraries? How were you forced?<br />
Become specific.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephan</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-4/#comment-306440</link>
		<dc:creator>stephan</dc:creator>
		<pubDate>Tue, 13 Jul 2010 04:58:34 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-306440</guid>
		<description>@Alex Zuzin: As said before, if libraries force you into 2.8 because they only fix bugs together with updating to newer Scala versions, then it&#039;s not your choice to use 2.8. And there were the same problems - not as big - with 2.7.x</description>
		<content:encoded><![CDATA[<p>@Alex Zuzin: As said before, if libraries force you into 2.8 because they only fix bugs together with updating to newer Scala versions, then it&#8217;s not your choice to use 2.8. And there were the same problems &#8211; not as big &#8211; with 2.7.x</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scalas Zukunft &#171; eSCALAtion Blog</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-4/#comment-306339</link>
		<dc:creator>Scalas Zukunft &#171; eSCALAtion Blog</dc:creator>
		<pubDate>Mon, 12 Jul 2010 17:45:32 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-306339</guid>
		<description>[...] da beschwert sich Stephan Schmidt, dass Scala (noch) nicht &#8222;produktionstauglich&#8220; wäre: Scala is Unfit for Serious Development. Das zieht natürlich Kreise, z.B. bringt JAXenter einen Artikel darüber &#8211; und die [...]</description>
		<content:encoded><![CDATA[<p>[...] da beschwert sich Stephan Schmidt, dass Scala (noch) nicht &#8222;produktionstauglich&#8220; wäre: Scala is Unfit for Serious Development. Das zieht natürlich Kreise, z.B. bringt JAXenter einen Artikel darüber &#8211; und die [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Zuzin</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-4/#comment-306333</link>
		<dc:creator>Alex Zuzin</dc:creator>
		<pubDate>Mon, 12 Jul 2010 17:13:39 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-306333</guid>
		<description>Stephan,

   while 2.8.0 has been a bumpy ride, it is correct that you are upset about not being able to use pre-release software in production, yes? ;)</description>
		<content:encoded><![CDATA[<p>Stephan,</p>
<p>   while 2.8.0 has been a bumpy ride, it is correct that you are upset about not being able to use pre-release software in production, yes? ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephan</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-4/#comment-306254</link>
		<dc:creator>stephan</dc:creator>
		<pubDate>Mon, 12 Jul 2010 10:00:44 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-306254</guid>
		<description>@Det: &quot;This in my opinion is extremely painting in pink, like you paint in black about Scala.&quot;

You can certainly argue my experiences,I probably should have said that the only thing I care is high performance server side web applications - not Swing etc. (My Swing/SWT experience is more than 5 years old).

But as Swing is dead for many many years, as is essentially Java on the Desktop (because SWT is much worse), it might be a bad choice to use Java for desktops. 

But I agree Sun should have said so that they have no interest in Java desktop applications instead of &quot;supporting&quot; Swing.</description>
		<content:encoded><![CDATA[<p>@Det: &#8220;This in my opinion is extremely painting in pink, like you paint in black about Scala.&#8221;</p>
<p>You can certainly argue my experiences,I probably should have said that the only thing I care is high performance server side web applications &#8211; not Swing etc. (My Swing/SWT experience is more than 5 years old).</p>
<p>But as Swing is dead for many many years, as is essentially Java on the Desktop (because SWT is much worse), it might be a bad choice to use Java for desktops. </p>
<p>But I agree Sun should have said so that they have no interest in Java desktop applications instead of &#8220;supporting&#8221; Swing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Det</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-4/#comment-306242</link>
		<dc:creator>Det</dc:creator>
		<pubDate>Mon, 12 Jul 2010 08:57:32 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-306242</guid>
		<description>Stephan, one thing I really do *not* buy:

&quot;I have run Scala in production mode. But with significantly higher problems in the environment than with e.g. Java (1.0, 1.1, 1.2, 1.3, 1.4, 1.5 and 1.6).&quot;

and in response to Alex:
&quot;Enterprise would be for me, if a language vendor / community fixes bugs in older versions (as Sun does quite remarkably).&quot;

This in my opinion is extremely painting in pink, like you paint in black about Scala.

It absolutely ignores what you can observe if following Sun&#039;s (now Oracle&#039;s) Bug database. And it does not match our own experience with Java, for my team especially in the Swing area.

Bugs, even serious ones, are not fixed for a long time. Complaints from the user base are ignored. So called &quot;fixes&quot; or &quot;improvements&quot; introduce even more serious bugs due to bad regression testing.
I only want to mention one here, which recently costed us a good bunch of hard debugging time and customer related support effort (all of it expressed in money):  That suddenly SwingWorker used a &quot;thread pool&quot; of only one(!) thread (Bug-id: 6880336) what resulted in serious concurrency and repainting problems in our customer installations. 

Took a while to trace it down to SwingWorker and to find that the issue was already known for three(!) update releases.
This is not the only case where we had to handle things ourselves by overriding Sun&#039;s implementation, what is extremely complicated due to Sun&#039;s tendency to make everything private, even for non-security-related parts. 

I remember e.g. also changes in inlining behaviour of the compiler which broke our app initialisation code and some of such things more. And regarding the libraries: When Java 5 came out and we were eager to use Generics to improve type safety and clean up messy code, we were in a relase hell regarding Appserver, libraries and tools as well. Some supported it good, some bad, some didn&#039;t. So we had to wait, synchronize, test, migrate. Not done in a fingersnip, as you implicitly pretend.

&quot;Adapting to a moving target is hard to achieve.&quot;  is despite all announcements and efforts from Sun even true for Java.

It is *not* milk and honey.
And regarding the big user base of Java and the many LOCs of serious production code written in it, this situation is unbearable and one should really start writing a blog post titled &quot;Java unfit for serious development - Sun people eager to write PR stuff on webpages, but unwilling to fix bugs and support the community&quot; (Very sorry, but simply could not resist).</description>
		<content:encoded><![CDATA[<p>Stephan, one thing I really do *not* buy:</p>
<p>&#8220;I have run Scala in production mode. But with significantly higher problems in the environment than with e.g. Java (1.0, 1.1, 1.2, 1.3, 1.4, 1.5 and 1.6).&#8221;</p>
<p>and in response to Alex:<br />
&#8220;Enterprise would be for me, if a language vendor / community fixes bugs in older versions (as Sun does quite remarkably).&#8221;</p>
<p>This in my opinion is extremely painting in pink, like you paint in black about Scala.</p>
<p>It absolutely ignores what you can observe if following Sun&#8217;s (now Oracle&#8217;s) Bug database. And it does not match our own experience with Java, for my team especially in the Swing area.</p>
<p>Bugs, even serious ones, are not fixed for a long time. Complaints from the user base are ignored. So called &#8220;fixes&#8221; or &#8220;improvements&#8221; introduce even more serious bugs due to bad regression testing.<br />
I only want to mention one here, which recently costed us a good bunch of hard debugging time and customer related support effort (all of it expressed in money):  That suddenly SwingWorker used a &#8220;thread pool&#8221; of only one(!) thread (Bug-id: 6880336) what resulted in serious concurrency and repainting problems in our customer installations. </p>
<p>Took a while to trace it down to SwingWorker and to find that the issue was already known for three(!) update releases.<br />
This is not the only case where we had to handle things ourselves by overriding Sun&#8217;s implementation, what is extremely complicated due to Sun&#8217;s tendency to make everything private, even for non-security-related parts. </p>
<p>I remember e.g. also changes in inlining behaviour of the compiler which broke our app initialisation code and some of such things more. And regarding the libraries: When Java 5 came out and we were eager to use Generics to improve type safety and clean up messy code, we were in a relase hell regarding Appserver, libraries and tools as well. Some supported it good, some bad, some didn&#8217;t. So we had to wait, synchronize, test, migrate. Not done in a fingersnip, as you implicitly pretend.</p>
<p>&#8220;Adapting to a moving target is hard to achieve.&#8221;  is despite all announcements and efforts from Sun even true for Java.</p>
<p>It is *not* milk and honey.<br />
And regarding the big user base of Java and the many LOCs of serious production code written in it, this situation is unbearable and one should really start writing a blog post titled &#8220;Java unfit for serious development &#8211; Sun people eager to write PR stuff on webpages, but unwilling to fix bugs and support the community&#8221; (Very sorry, but simply could not resist).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Random Links #222 &#124; YASDW - yet another software developer weblog</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-4/#comment-306123</link>
		<dc:creator>Random Links #222 &#124; YASDW - yet another software developer weblog</dc:creator>
		<pubDate>Sun, 11 Jul 2010 22:00:14 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-306123</guid>
		<description>[...] Scala is Unfit for Serious Development controversial, interesting [...]</description>
		<content:encoded><![CDATA[<p>[...] Scala is Unfit for Serious Development controversial, interesting [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephan</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-4/#comment-305975</link>
		<dc:creator>stephan</dc:creator>
		<pubDate>Sun, 11 Jul 2010 05:11:24 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305975</guid>
		<description>@Alex: I left a comment on that thread back then :-)</description>
		<content:encoded><![CDATA[<p>@Alex: I left a comment on that thread back then :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephan</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-4/#comment-305972</link>
		<dc:creator>stephan</dc:creator>
		<pubDate>Sun, 11 Jul 2010 05:09:38 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305972</guid>
		<description>@kevin: No it&#039;s not PR, it&#039;s a vision issue.</description>
		<content:encoded><![CDATA[<p>@kevin: No it&#8217;s not PR, it&#8217;s a vision issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Blewitt</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-4/#comment-305893</link>
		<dc:creator>Alex Blewitt</dc:creator>
		<pubDate>Sat, 10 Jul 2010 21:03:05 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305893</guid>
		<description>None of these arguments are really new - I wrote about them at length before. 

http://alblue.bandlem.com/2009/10/scala-is-still-not-enterprise-ready.html

The problems are really a lack of maturity in the release engineering management of the project and a dogmatic approach to releasing it as 2.8 &quot;because we already used that term in our previous discussions&quot; 

At that point, I realised that Scala was dead; even if the body is still twitching. Yes, people name the same four companies who ace used it again and again, but the reality is that the majority of developers don&#039;t use minority languages and Scala is doing all it can to be unattractive to enterprise users. Until the releases get sorted, it will remain a blacklisted language in many more environments than in the few who have built their castles on quicksand.</description>
		<content:encoded><![CDATA[<p>None of these arguments are really new &#8211; I wrote about them at length before. </p>
<p><a href="http://alblue.bandlem.com/2009/10/scala-is-still-not-enterprise-ready.html" rel="nofollow">http://alblue.bandlem.com/2009/10/scala-is-still-not-enterprise-ready.html</a></p>
<p>The problems are really a lack of maturity in the release engineering management of the project and a dogmatic approach to releasing it as 2.8 &#8220;because we already used that term in our previous discussions&#8221; </p>
<p>At that point, I realised that Scala was dead; even if the body is still twitching. Yes, people name the same four companies who ace used it again and again, but the reality is that the majority of developers don&#8217;t use minority languages and Scala is doing all it can to be unattractive to enterprise users. Until the releases get sorted, it will remain a blacklisted language in many more environments than in the few who have built their castles on quicksand.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BGW</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-4/#comment-305868</link>
		<dc:creator>BGW</dc:creator>
		<pubDate>Sat, 10 Jul 2010 17:29:15 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305868</guid>
		<description>I feel your pain.  I just want to learn the language and use my preferred development environment (NetBeans).  But it wont work!  

A little more resources dedicated to keeping the IDE&#039;s etc. working would go a long way to making Scala a success.</description>
		<content:encoded><![CDATA[<p>I feel your pain.  I just want to learn the language and use my preferred development environment (NetBeans).  But it wont work!  </p>
<p>A little more resources dedicated to keeping the IDE&#8217;s etc. working would go a long way to making Scala a success.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: p11</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-4/#comment-305861</link>
		<dc:creator>p11</dc:creator>
		<pubDate>Sat, 10 Jul 2010 16:55:06 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305861</guid>
		<description>@kevin, that&#039;s a good point, I just started a community site to address this PR issue. http://scalascoop.tumblr.com/

contributors are welcome.</description>
		<content:encoded><![CDATA[<p>@kevin, that&#8217;s a good point, I just started a community site to address this PR issue. <a href="http://scalascoop.tumblr.com/" rel="nofollow">http://scalascoop.tumblr.com/</a></p>
<p>contributors are welcome.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevin</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-4/#comment-305850</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Sat, 10 Jul 2010 16:01:42 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305850</guid>
		<description>One further observation

You state several times in your responses that &quot;I haven&#039;t seen an official announcement/statement that...&quot;.  This is true, much of what happens within Scala is still announced and planned via the mailing lists. Sometimes there isn&#039;t a single mail covering a particular feature, instead there&#039;s an entire online debate/discussion.

Is it not the case then that your main implicit criticism is the lack of some co-ordinating PR group, tasked (amongst other things) with handling press releases for Scala?  

While it&#039;s true that such an arrangement would go a long way in resolving the concerns of many decision makers, I don&#039;t think it&#039;s fair or reasonable to judge a programming language primarily on the quality of marketing.  To do so puts *all* open source development at something of a disadvantage.</description>
		<content:encoded><![CDATA[<p>One further observation</p>
<p>You state several times in your responses that &#8220;I haven&#8217;t seen an official announcement/statement that&#8230;&#8221;.  This is true, much of what happens within Scala is still announced and planned via the mailing lists. Sometimes there isn&#8217;t a single mail covering a particular feature, instead there&#8217;s an entire online debate/discussion.</p>
<p>Is it not the case then that your main implicit criticism is the lack of some co-ordinating PR group, tasked (amongst other things) with handling press releases for Scala?  </p>
<p>While it&#8217;s true that such an arrangement would go a long way in resolving the concerns of many decision makers, I don&#8217;t think it&#8217;s fair or reasonable to judge a programming language primarily on the quality of marketing.  To do so puts *all* open source development at something of a disadvantage.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hossam Karim</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-3/#comment-305814</link>
		<dc:creator>Hossam Karim</dc:creator>
		<pubDate>Sat, 10 Jul 2010 13:09:49 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305814</guid>
		<description>@Martin
3. yeeeeeeeeeeeeeeeeeeeeeeeeeeeeeessss!!!!

@Stephan
_</description>
		<content:encoded><![CDATA[<p>@Martin<br />
3. yeeeeeeeeeeeeeeeeeeeeeeeeeeeeeessss!!!!</p>
<p>@Stephan<br />
_</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-3/#comment-305789</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Sat, 10 Jul 2010 09:18:53 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305789</guid>
		<description>Hi Stephan,

As a member of the Scala community, I feel compelled to add a comment to the already really long list :-).

I felt that your post title was an unfortunate generalization. I mean, I can feel your pain. I understand that having to upgrade to Scala RC because you need to follow the changes from libraries you use is a pain. 

But the trouble with your post title is that it gives *everyone* the impression that the *whole* Scala language is unfit for serious development (especially when it gets retweeted all over). 

However, from the comments and examples around, it is obvious to me that there *are* serious developments based on Scala. So I think that your title is really misleading for Scala newcomers and people observing Scala from far.

Then I was unhappy when reading your statement about &quot;developers and community are unwilling&quot;. As part of the community I&#039;ve been religiously maintaining 2 branches of my open-source project and providing adequate releases as soon as a RC was out. Writing this was a bit unfair to people like me and to others who are devoting so much of their time trying to maintain/improve things. 

That being said, the difficulty is real. The state of tooling in Scala 2.7.7 is not on par with Java. Many interesting projects started when 2.8.0 was in the works and chose to stick to that version instead of maintaining 2 branches. So, at the moment, it is not possible to get the best of the libraries, tools and language around and that&#039;s frustrating.

I hope that, as a community, we&#039;ll learn a good lesson in term of release scoping. I guess that Scala 2.8.0 could have been released with a narrower scope. Maybe type specialization, named/default arguments could have been left out until the next release?

One interesting thing you write is &quot;There is no alternative&quot;. That&#039;s very true and not surprising, &quot;Programming is hard&quot; isn&#039;t it? The kind of features that are developed in Scala are certainly difficult to get right. I wish good luck to anyone wanting to create a similar (OO/functional, statically compiled) language on the JVM. Opposite to you what you wrote, I find that most of the developers and community are deeply involved and willing to discuss and solve issues. And they do so with very limited resources sometimes. We need to encourage them and salute their efforts. Look at what Miles Sabin has done with the Eclipse plugin for example. The situation is not perfect but an incredible lot of work has been done. So &quot;There is no alternative&quot; because the objective is ambitious and this is why we should put all our positive energy towards it.

My last point is about the community response to your post. I think that some twitter messages were too hard against you as if there was nothing to complain about! On the other hand, lots of other commenters were balanced in their reaction to your post, acknowledging some of the issues you describe. Then I really appreciate Martin&#039;s comment. He has answered directly to your concerns, with no fuss.

That should be the inspiration for all of us. Learning from our mistakes, keep being focused and positive to provide a fun, sound, complete Scala language/ecosystem. Please support us, help us improve and keep insisting on the word &quot;love&quot; in &quot;tough love&quot; :-)

Eric.

PS: very sorry for the long comment, I didn&#039;t have enough time to make it shorter,...</description>
		<content:encoded><![CDATA[<p>Hi Stephan,</p>
<p>As a member of the Scala community, I feel compelled to add a comment to the already really long list :-).</p>
<p>I felt that your post title was an unfortunate generalization. I mean, I can feel your pain. I understand that having to upgrade to Scala RC because you need to follow the changes from libraries you use is a pain. </p>
<p>But the trouble with your post title is that it gives *everyone* the impression that the *whole* Scala language is unfit for serious development (especially when it gets retweeted all over). </p>
<p>However, from the comments and examples around, it is obvious to me that there *are* serious developments based on Scala. So I think that your title is really misleading for Scala newcomers and people observing Scala from far.</p>
<p>Then I was unhappy when reading your statement about &#8220;developers and community are unwilling&#8221;. As part of the community I&#8217;ve been religiously maintaining 2 branches of my open-source project and providing adequate releases as soon as a RC was out. Writing this was a bit unfair to people like me and to others who are devoting so much of their time trying to maintain/improve things. </p>
<p>That being said, the difficulty is real. The state of tooling in Scala 2.7.7 is not on par with Java. Many interesting projects started when 2.8.0 was in the works and chose to stick to that version instead of maintaining 2 branches. So, at the moment, it is not possible to get the best of the libraries, tools and language around and that&#8217;s frustrating.</p>
<p>I hope that, as a community, we&#8217;ll learn a good lesson in term of release scoping. I guess that Scala 2.8.0 could have been released with a narrower scope. Maybe type specialization, named/default arguments could have been left out until the next release?</p>
<p>One interesting thing you write is &#8220;There is no alternative&#8221;. That&#8217;s very true and not surprising, &#8220;Programming is hard&#8221; isn&#8217;t it? The kind of features that are developed in Scala are certainly difficult to get right. I wish good luck to anyone wanting to create a similar (OO/functional, statically compiled) language on the JVM. Opposite to you what you wrote, I find that most of the developers and community are deeply involved and willing to discuss and solve issues. And they do so with very limited resources sometimes. We need to encourage them and salute their efforts. Look at what Miles Sabin has done with the Eclipse plugin for example. The situation is not perfect but an incredible lot of work has been done. So &#8220;There is no alternative&#8221; because the objective is ambitious and this is why we should put all our positive energy towards it.</p>
<p>My last point is about the community response to your post. I think that some twitter messages were too hard against you as if there was nothing to complain about! On the other hand, lots of other commenters were balanced in their reaction to your post, acknowledging some of the issues you describe. Then I really appreciate Martin&#8217;s comment. He has answered directly to your concerns, with no fuss.</p>
<p>That should be the inspiration for all of us. Learning from our mistakes, keep being focused and positive to provide a fun, sound, complete Scala language/ecosystem. Please support us, help us improve and keep insisting on the word &#8220;love&#8221; in &#8220;tough love&#8221; :-)</p>
<p>Eric.</p>
<p>PS: very sorry for the long comment, I didn&#8217;t have enough time to make it shorter,&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephan</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-3/#comment-305743</link>
		<dc:creator>stephan</dc:creator>
		<pubDate>Sat, 10 Jul 2010 05:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305743</guid>
		<description>Hello Martin,

thanks for your reply.

For 1 + 2: I&#039;m not jumping voluntarily into 2.8, but if everyone jumps into 2.8 I have to jump into too. I would have wished libraries supported 2.7.x with bug fixes until 2.8 is out and keep a 2.8 branch to check their code against the 2.8 release.

For 3: Good to know.

For 4: Good to know too. Perhaps some form of statement or vision would be fine for the Scala org page. Scala is at the edge of getting a mainstream choice for new projects. I would be very sad if the ecosphere and the core team blew it. 

Best
Stephan</description>
		<content:encoded><![CDATA[<p>Hello Martin,</p>
<p>thanks for your reply.</p>
<p>For 1 + 2: I&#8217;m not jumping voluntarily into 2.8, but if everyone jumps into 2.8 I have to jump into too. I would have wished libraries supported 2.7.x with bug fixes until 2.8 is out and keep a 2.8 branch to check their code against the 2.8 release.</p>
<p>For 3: Good to know.</p>
<p>For 4: Good to know too. Perhaps some form of statement or vision would be fine for the Scala org page. Scala is at the edge of getting a mainstream choice for new projects. I would be very sad if the ecosphere and the core team blew it. </p>
<p>Best<br />
Stephan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin Odersky</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-3/#comment-305659</link>
		<dc:creator>Martin Odersky</dc:creator>
		<pubDate>Fri, 09 Jul 2010 22:38:49 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305659</guid>
		<description>Stefan,

Wow, what a controversial posting, and what an avalanche of reposes. Let me just
clarify some points.

1. 2.8 is a difficult release, on the order of Python 3 vs the 2.x series. We are almost there. 

2. RCs are by definition bleeding edge, and unfit for serious development. Wait until 2.8 final is out -- I expect that to happen within the week.

3. &quot;Scala&#039;s developers are interested in language research and writing papers, not in making a language for real development.&quot; That one you got totally wrong. In fact I am about to take a leave from university and found a startup to do commercial Scala support. I am taking some of the key Scala developers with me.

4. Binary compatibility: Yes, it&#039;s a tricky issue. I have said in the past that we will address this issue for releases from 2.8 onwards. And that&#039;s still the plan.</description>
		<content:encoded><![CDATA[<p>Stefan,</p>
<p>Wow, what a controversial posting, and what an avalanche of reposes. Let me just<br />
clarify some points.</p>
<p>1. 2.8 is a difficult release, on the order of Python 3 vs the 2.x series. We are almost there. </p>
<p>2. RCs are by definition bleeding edge, and unfit for serious development. Wait until 2.8 final is out &#8212; I expect that to happen within the week.</p>
<p>3. &#8220;Scala&#8217;s developers are interested in language research and writing papers, not in making a language for real development.&#8221; That one you got totally wrong. In fact I am about to take a leave from university and found a startup to do commercial Scala support. I am taking some of the key Scala developers with me.</p>
<p>4. Binary compatibility: Yes, it&#8217;s a tricky issue. I have said in the past that we will address this issue for releases from 2.8 onwards. And that&#8217;s still the plan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James Iry</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-3/#comment-305594</link>
		<dc:creator>James Iry</dc:creator>
		<pubDate>Fri, 09 Jul 2010 18:04:53 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305594</guid>
		<description>My rebuttal  http://james-iry.blogspot.com/2010/07/code-monkeyisms-post-is-unfit-for.html

As for your updates: Who in the community says &quot;everything is just fine?&quot;  And who in the community has personally attacked you other than me calling you an emo for writing an EMOtionally charged blog post that attacks the entire Scala community&#039;s motives (&quot;unwilling&quot;).</description>
		<content:encoded><![CDATA[<p>My rebuttal  <a href="http://james-iry.blogspot.com/2010/07/code-monkeyisms-post-is-unfit-for.html" rel="nofollow">http://james-iry.blogspot.com/2010/07/code-monkeyisms-post-is-unfit-for.html</a></p>
<p>As for your updates: Who in the community says &#8220;everything is just fine?&#8221;  And who in the community has personally attacked you other than me calling you an emo for writing an EMOtionally charged blog post that attacks the entire Scala community&#8217;s motives (&#8220;unwilling&#8221;).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Spiewak</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-3/#comment-305576</link>
		<dc:creator>Daniel Spiewak</dc:creator>
		<pubDate>Fri, 09 Jul 2010 17:02:44 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305576</guid>
		<description>Wow, the grammar in my previous comment is absolutely dreadful!  Moral of the story: when composing a comment in a non-linear fashion, be sure to proof-read from start to finish *before* clicking &quot;Submit&quot;.  :-)</description>
		<content:encoded><![CDATA[<p>Wow, the grammar in my previous comment is absolutely dreadful!  Moral of the story: when composing a comment in a non-linear fashion, be sure to proof-read from start to finish *before* clicking &#8220;Submit&#8221;.  :-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Spiewak</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-3/#comment-305574</link>
		<dc:creator>Daniel Spiewak</dc:creator>
		<pubDate>Fri, 09 Jul 2010 16:57:19 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305574</guid>
		<description>@stephan

As a member of the community, I make a general apologize for the personal attacks.  However, you really did bring it on yourself.  Your post takes a very hard line on some controversial subjects without making any strongly compelling arguments.  What did you expect would happen?

The only substantive thing in your post buried a bit amongst the accusations, and it is the unfortunate fact that an unnamed library chose to defer bugfixes to a version which only compiles against an unstable release candidate of Scala 2.8.  This library absolutely deserves to be called out, because this is behavior is shameful.  However, instead of putting the blame where it belongs, you railed against Scala in general, the community at large, and the compiler team specifically.  Again, what were you expecting the response would be?

When you dish out unfounded personal attacks against the community, don&#039;t be surprised if they respond in kind.</description>
		<content:encoded><![CDATA[<p>@stephan</p>
<p>As a member of the community, I make a general apologize for the personal attacks.  However, you really did bring it on yourself.  Your post takes a very hard line on some controversial subjects without making any strongly compelling arguments.  What did you expect would happen?</p>
<p>The only substantive thing in your post buried a bit amongst the accusations, and it is the unfortunate fact that an unnamed library chose to defer bugfixes to a version which only compiles against an unstable release candidate of Scala 2.8.  This library absolutely deserves to be called out, because this is behavior is shameful.  However, instead of putting the blame where it belongs, you railed against Scala in general, the community at large, and the compiler team specifically.  Again, what were you expecting the response would be?</p>
<p>When you dish out unfounded personal attacks against the community, don&#8217;t be surprised if they respond in kind.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephan</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-3/#comment-305572</link>
		<dc:creator>stephan</dc:creator>
		<pubDate>Fri, 09 Jul 2010 16:47:22 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305572</guid>
		<description>@pk11: Sure I&#039;ll stay around - as I&#039;ve said there is no alternative as far as I can see.

I do not consider &quot;unwilling&quot; strong language, how would you describe it? There is no official or community response to the 2.8 issues and a roadmap for stableness in the future. If you listen to James e.g. there isn&#039;t the acknowledgement that there is a problem. And I did use &quot;unwilling&quot; compared to &quot;unhelpful&quot; or &quot;unskilled&quot;.

And as said in other posts, there is a fine balance between making statements that are to broad (&quot;the community&quot;) and statements that are insignificant (&quot;today at 15:23 the sun did shine in the middle of Berlin&quot; - whoo, so what?).  Perhaps my comments fell on the wrong side.

And for &quot;unfit&quot;: Perhaps I&#039;m not that good with choosing English words due to my limited English vocabulary, but a language that - from my point of view, this is a blog, rememeber? - doesn&#039;t work as a tool because it breaks - ouch this sounds like a German sentence that is too long - isn&#039;t it unfit?</description>
		<content:encoded><![CDATA[<p>@pk11: Sure I&#8217;ll stay around &#8211; as I&#8217;ve said there is no alternative as far as I can see.</p>
<p>I do not consider &#8220;unwilling&#8221; strong language, how would you describe it? There is no official or community response to the 2.8 issues and a roadmap for stableness in the future. If you listen to James e.g. there isn&#8217;t the acknowledgement that there is a problem. And I did use &#8220;unwilling&#8221; compared to &#8220;unhelpful&#8221; or &#8220;unskilled&#8221;.</p>
<p>And as said in other posts, there is a fine balance between making statements that are to broad (&#8220;the community&#8221;) and statements that are insignificant (&#8220;today at 15:23 the sun did shine in the middle of Berlin&#8221; &#8211; whoo, so what?).  Perhaps my comments fell on the wrong side.</p>
<p>And for &#8220;unfit&#8221;: Perhaps I&#8217;m not that good with choosing English words due to my limited English vocabulary, but a language that &#8211; from my point of view, this is a blog, rememeber? &#8211; doesn&#8217;t work as a tool because it breaks &#8211; ouch this sounds like a German sentence that is too long &#8211; isn&#8217;t it unfit?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephan</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-3/#comment-305571</link>
		<dc:creator>stephan</dc:creator>
		<pubDate>Fri, 09 Jul 2010 16:41:41 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305571</guid>
		<description>@Nirav: No.</description>
		<content:encoded><![CDATA[<p>@Nirav: No.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: huynhjl</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-3/#comment-305564</link>
		<dc:creator>huynhjl</dc:creator>
		<pubDate>Fri, 09 Jul 2010 16:16:14 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305564</guid>
		<description>&quot;I haven’t seen their code&quot;. Some of the code is available on github:
http://github.com/twitter
http://github.com/steppenwells/open-platform-content-api-scala-client

You code is online?</description>
		<content:encoded><![CDATA[<p>&#8220;I haven’t seen their code&#8221;. Some of the code is available on github:<br />
<a href="http://github.com/twitter" rel="nofollow">http://github.com/twitter</a><br />
<a href="http://github.com/steppenwells/open-platform-content-api-scala-client" rel="nofollow">http://github.com/steppenwells/open-platform-content-api-scala-client</a></p>
<p>You code is online?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nirav Thaker</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-3/#comment-305562</link>
		<dc:creator>Nirav Thaker</dc:creator>
		<pubDate>Fri, 09 Jul 2010 16:11:22 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305562</guid>
		<description>While I agree Scala language version numbers are rather unclear about release types; I find it weird that you want to write production code on bleeding edge releases of Scala, knowing that it will bleed. Expecting the magic, are we?</description>
		<content:encoded><![CDATA[<p>While I agree Scala language version numbers are rather unclear about release types; I find it weird that you want to write production code on bleeding edge releases of Scala, knowing that it will bleed. Expecting the magic, are we?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pk11</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-3/#comment-305563</link>
		<dc:creator>pk11</dc:creator>
		<pubDate>Fri, 09 Jul 2010 16:11:22 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305563</guid>
		<description>&gt;Update 2: Community response as expected: Everything is fine, personal attacks, move on. How sad.

Now I can not speak for everybody but I do not think &quot;the community&quot; disagreed with your main issue which was binary incompatibility between releases. So, no, not everything is fine, far from it but as with every technology choice, there is a tradeoff, and some argued that for them scala is still a good fit.

And there was another argument, as far as I could see, which was against complaining about pre-release software while  you yourself used a fairly strong language to describe your own conclusion &quot;unfit for serious development&quot;, &quot;the community is unwilling&quot; etc. So I presume the stronger reaction was party triggered by your own strong statements.

Personally, I would encourage you to stick around and try to help us to make things better. (and hopefully things will get much better after 2.8 is finally released)</description>
		<content:encoded><![CDATA[<p>&gt;Update 2: Community response as expected: Everything is fine, personal attacks, move on. How sad.</p>
<p>Now I can not speak for everybody but I do not think &#8220;the community&#8221; disagreed with your main issue which was binary incompatibility between releases. So, no, not everything is fine, far from it but as with every technology choice, there is a tradeoff, and some argued that for them scala is still a good fit.</p>
<p>And there was another argument, as far as I could see, which was against complaining about pre-release software while  you yourself used a fairly strong language to describe your own conclusion &#8220;unfit for serious development&#8221;, &#8220;the community is unwilling&#8221; etc. So I presume the stronger reaction was party triggered by your own strong statements.</p>
<p>Personally, I would encourage you to stick around and try to help us to make things better. (and hopefully things will get much better after 2.8 is finally released)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: bse</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-3/#comment-305560</link>
		<dc:creator>bse</dc:creator>
		<pubDate>Fri, 09 Jul 2010 16:09:20 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305560</guid>
		<description>I think it&#039;s great that Scala is still evolving fast. But I guess that it will become more stable when it matures further. It&#039;s unfair to say it will be unstable forever, you can&#039;t possibly know that.

As with every new tech, early adopters will suffer. If you don&#039;t accept that, maybe you should wait a few years before switching?

So, basically you&#039;re right, but I don&#039;t see this as a problem just yet.

On the other hand, I sure would appreciate it if scala-lang.org had a bit more up-to-date information on what&#039;s going on with Scala. And moving to a DVCS like git wouldn&#039;t hurt either, imho.</description>
		<content:encoded><![CDATA[<p>I think it&#8217;s great that Scala is still evolving fast. But I guess that it will become more stable when it matures further. It&#8217;s unfair to say it will be unstable forever, you can&#8217;t possibly know that.</p>
<p>As with every new tech, early adopters will suffer. If you don&#8217;t accept that, maybe you should wait a few years before switching?</p>
<p>So, basically you&#8217;re right, but I don&#8217;t see this as a problem just yet.</p>
<p>On the other hand, I sure would appreciate it if scala-lang.org had a bit more up-to-date information on what&#8217;s going on with Scala. And moving to a DVCS like git wouldn&#8217;t hurt either, imho.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Phillips</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-3/#comment-305556</link>
		<dc:creator>Paul Phillips</dc:creator>
		<pubDate>Fri, 09 Jul 2010 15:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305556</guid>
		<description>You have no idea how much effort you are casually dismissing when you claim to have specific knowledge of what the developers don&#039;t care about.  The only person about whom you said anything meaningful in this post was yourself.  And it was unflattering.</description>
		<content:encoded><![CDATA[<p>You have no idea how much effort you are casually dismissing when you claim to have specific knowledge of what the developers don&#8217;t care about.  The only person about whom you said anything meaningful in this post was yourself.  And it was unflattering.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nikhil</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-3/#comment-305554</link>
		<dc:creator>Nikhil</dc:creator>
		<pubDate>Fri, 09 Jul 2010 15:46:16 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305554</guid>
		<description>Stephan, you may want to check out the Fantom language ( http://fantom.org .)

Some further comment from http://fantom.org/sidewalk/topic/1101 :
...
A common first reaction to Fantom is &quot;nothing really new or novel&quot;. Its an interesting comment because this is by design. Fantom is not an academic language designed to experiment with novel programming language features. Rather we set out to build a pragmatic language which would elegantly solve the problems software engineers face on a daily basis. You might say that Fantom is deliberately designed to be a boring language.
...

- Nikhil</description>
		<content:encoded><![CDATA[<p>Stephan, you may want to check out the Fantom language ( <a href="http://fantom.org" rel="nofollow">http://fantom.org</a> .)</p>
<p>Some further comment from <a href="http://fantom.org/sidewalk/topic/1101" rel="nofollow">http://fantom.org/sidewalk/topic/1101</a> :<br />
&#8230;<br />
A common first reaction to Fantom is &#8220;nothing really new or novel&#8221;. Its an interesting comment because this is by design. Fantom is not an academic language designed to experiment with novel programming language features. Rather we set out to build a pragmatic language which would elegantly solve the problems software engineers face on a daily basis. You might say that Fantom is deliberately designed to be a boring language.<br />
&#8230;</p>
<p>- Nikhil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Engbrecht</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-3/#comment-305548</link>
		<dc:creator>Erik Engbrecht</dc:creator>
		<pubDate>Fri, 09 Jul 2010 15:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305548</guid>
		<description>@stephan
I think influence right now is best accomplished through contributions to the code, documentation, and infrastructure (build process, testing - these are substantial weaknesses in Scala development right now).  The direction of open source communities tends to be driven by the interests of the dominant contributors.  Right now, at least to my knowledge, all the primary contributors are either academics or dot com millionaires who have found a new passion (ok, I think there&#039;s only one of those, but he produces enough code for several).

The contributions from the commercial world are increasing, but strong influence requires more than bug reports and occassional patches.</description>
		<content:encoded><![CDATA[<p>@stephan<br />
I think influence right now is best accomplished through contributions to the code, documentation, and infrastructure (build process, testing &#8211; these are substantial weaknesses in Scala development right now).  The direction of open source communities tends to be driven by the interests of the dominant contributors.  Right now, at least to my knowledge, all the primary contributors are either academics or dot com millionaires who have found a new passion (ok, I think there&#8217;s only one of those, but he produces enough code for several).</p>
<p>The contributions from the commercial world are increasing, but strong influence requires more than bug reports and occassional patches.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Ribeiro</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-3/#comment-305540</link>
		<dc:creator>Daniel Ribeiro</dc:creator>
		<pubDate>Fri, 09 Jul 2010 15:13:54 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305540</guid>
		<description>Nice post, better comments, even better twitter response.

I think Daniel Spiewak nicely made the comparison of ruby and Scala. But Scala 2.8 is moving faster than ruby. Which might be ok (obviously not for you), as it has less user base. But it is usually easier to keep bytecode forward compatibility than source code forward compatibility, as bytecodes tend to be more stable (obviously not the case of current Scala).

Having that said, I think Scala will have the opportunity, in the future, to be more forward compatible than Ruby, unless they adopt something bytecode files, like Python&#039;s pyc.</description>
		<content:encoded><![CDATA[<p>Nice post, better comments, even better twitter response.</p>
<p>I think Daniel Spiewak nicely made the comparison of ruby and Scala. But Scala 2.8 is moving faster than ruby. Which might be ok (obviously not for you), as it has less user base. But it is usually easier to keep bytecode forward compatibility than source code forward compatibility, as bytecodes tend to be more stable (obviously not the case of current Scala).</p>
<p>Having that said, I think Scala will have the opportunity, in the future, to be more forward compatible than Ruby, unless they adopt something bytecode files, like Python&#8217;s pyc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephan</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-3/#comment-305537</link>
		<dc:creator>stephan</dc:creator>
		<pubDate>Fri, 09 Jul 2010 15:09:27 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305537</guid>
		<description>@huynhjl: &quot;[...] applications are running production code with Scala (twitter, linkedin, foursquare, The Guardian).&quot;

I haven&#039;t seen their code. I haven&#039;t seen their problems. I have run Scala in production mode. But with significantly higher problems in the environment than with e.g. Java (1.0, 1.1, 1.2, 1.3, 1.4, 1.5 and 1.6).

&quot;The whole business about those seemingly endless 2.8.0.RCx was to give a chance to the eco system to adjust before the release.&quot;

Adapting to a moving target is hard to achieve.

&quot;But it can definitely be done.&quot;

Sure. With either enough time, money or patience. And as long as you&#039;re not forced due to a crucial feature or bug into version hell.

Worked with 2.7.5 for quite some time without problems.</description>
		<content:encoded><![CDATA[<p>@huynhjl: &#8220;[...] applications are running production code with Scala (twitter, linkedin, foursquare, The Guardian).&#8221;</p>
<p>I haven&#8217;t seen their code. I haven&#8217;t seen their problems. I have run Scala in production mode. But with significantly higher problems in the environment than with e.g. Java (1.0, 1.1, 1.2, 1.3, 1.4, 1.5 and 1.6).</p>
<p>&#8220;The whole business about those seemingly endless 2.8.0.RCx was to give a chance to the eco system to adjust before the release.&#8221;</p>
<p>Adapting to a moving target is hard to achieve.</p>
<p>&#8220;But it can definitely be done.&#8221;</p>
<p>Sure. With either enough time, money or patience. And as long as you&#8217;re not forced due to a crucial feature or bug into version hell.</p>
<p>Worked with 2.7.5 for quite some time without problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephan</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-3/#comment-305536</link>
		<dc:creator>stephan</dc:creator>
		<pubDate>Fri, 09 Jul 2010 15:05:57 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305536</guid>
		<description>@pk11: &quot;Yes, that is true, however, if you are working against pre-released software, then unfortunately things can break more frequently.&quot;

Yes, but it&#039;s not 0.5, it&#039;s 2.8.0. And it&#039;s not 2.8.0-alpha1 but 2.8.0-RC*

&quot;Martin repeatedly said that 2.8 was going to be the last binary incompatible release. It remains to be seen whether that turns out to be true or not.&quot;

Yes we will see, I generally believe actions more than words. And official words on a project page more than words in casual discussions.</description>
		<content:encoded><![CDATA[<p>@pk11: &#8220;Yes, that is true, however, if you are working against pre-released software, then unfortunately things can break more frequently.&#8221;</p>
<p>Yes, but it&#8217;s not 0.5, it&#8217;s 2.8.0. And it&#8217;s not 2.8.0-alpha1 but 2.8.0-RC*</p>
<p>&#8220;Martin repeatedly said that 2.8 was going to be the last binary incompatible release. It remains to be seen whether that turns out to be true or not.&#8221;</p>
<p>Yes we will see, I generally believe actions more than words. And official words on a project page more than words in casual discussions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephan</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-3/#comment-305535</link>
		<dc:creator>stephan</dc:creator>
		<pubDate>Fri, 09 Jul 2010 15:03:59 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305535</guid>
		<description>Sorry I can&#039;t answer everything :-(

@Erik: &quot;There has been substantial debate on this topic on multiple occasions. The general consensus seemed to be there was no good solution. 2.8 was long advertised before people realized it was such a huge departure from 2.7.&quot;

As said above, it&#039;s never to late to change. And I fear it will be the same next time. There might be some discussion on mailing lists, conferences etc. but I would like to see an offical statement about the future for handling those situations.

&quot;But my general point is that most of this is happening in public for a long time now. No one using Scala seriously should be in the least bit surprised, because if you use a technology seriously you should be paying attention to its evolution, and trying to influence that evolution when it is going astray.&quot;

I&#039;m not suprised.

And it&#039;s not that I wrote that post on the first occasion when I had troubles. Indeed I had troubles - though not as massive - with 2.7 before, and also when trying to get Akka to work before this one happened. So it&#039;s more like a pattern. So no, I&#039;m not surprised.

&quot;[...] and trying to influence that evolution when it is going astray.&quot;

Bingo, hence the post ;-)</description>
		<content:encoded><![CDATA[<p>Sorry I can&#8217;t answer everything :-(</p>
<p>@Erik: &#8220;There has been substantial debate on this topic on multiple occasions. The general consensus seemed to be there was no good solution. 2.8 was long advertised before people realized it was such a huge departure from 2.7.&#8221;</p>
<p>As said above, it&#8217;s never to late to change. And I fear it will be the same next time. There might be some discussion on mailing lists, conferences etc. but I would like to see an offical statement about the future for handling those situations.</p>
<p>&#8220;But my general point is that most of this is happening in public for a long time now. No one using Scala seriously should be in the least bit surprised, because if you use a technology seriously you should be paying attention to its evolution, and trying to influence that evolution when it is going astray.&#8221;</p>
<p>I&#8217;m not suprised.</p>
<p>And it&#8217;s not that I wrote that post on the first occasion when I had troubles. Indeed I had troubles &#8211; though not as massive &#8211; with 2.7 before, and also when trying to get Akka to work before this one happened. So it&#8217;s more like a pattern. So no, I&#8217;m not surprised.</p>
<p>&#8220;[...] and trying to influence that evolution when it is going astray.&#8221;</p>
<p>Bingo, hence the post ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: huynhjl</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-3/#comment-305533</link>
		<dc:creator>huynhjl</dc:creator>
		<pubDate>Fri, 09 Jul 2010 15:00:18 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305533</guid>
		<description>stephan,

You generalize quite aggressively from your unpleasant upgrade experience that Scala is unfit for serious use. This is factually inaccurate as substantial applications are running production code with Scala (twitter, linkedin, foursquare, The Guardian). And we are just talking about the companies that care to disclose what they are using.

&quot;The developers are interested in language research and writing papers, not in making a language for real development&quot;. I see it quite differently. I think the core team is trying very hard to balance bringing new features yet having a language that can be used for real development. The whole business about those seemingly endless 2.8.0.RCx was to give a chance to the eco system to adjust before the release.

Of course, Scala adoption is still small comparatively speaking and 2.8.0 final has not yet been released. So you have to be mindful of that if you want to use it for serious development. 

But it can definitely be done. I have used 2.8.0.Beta1 quite successfully for work to perform XML processing on 600MB+ files where Scala was a great fit because of its XML literals and capability as well as leveraging Java XML ecosystem. This is deployed in a production environment.

I&#039;ve very hopeful that as Scala gains wider adoption, it will have a rich ecosystem (plugins, IDE and editor support, books, libraries, ...) and a bigger industry support.</description>
		<content:encoded><![CDATA[<p>stephan,</p>
<p>You generalize quite aggressively from your unpleasant upgrade experience that Scala is unfit for serious use. This is factually inaccurate as substantial applications are running production code with Scala (twitter, linkedin, foursquare, The Guardian). And we are just talking about the companies that care to disclose what they are using.</p>
<p>&#8220;The developers are interested in language research and writing papers, not in making a language for real development&#8221;. I see it quite differently. I think the core team is trying very hard to balance bringing new features yet having a language that can be used for real development. The whole business about those seemingly endless 2.8.0.RCx was to give a chance to the eco system to adjust before the release.</p>
<p>Of course, Scala adoption is still small comparatively speaking and 2.8.0 final has not yet been released. So you have to be mindful of that if you want to use it for serious development. </p>
<p>But it can definitely be done. I have used 2.8.0.Beta1 quite successfully for work to perform XML processing on 600MB+ files where Scala was a great fit because of its XML literals and capability as well as leveraging Java XML ecosystem. This is deployed in a production environment.</p>
<p>I&#8217;ve very hopeful that as Scala gains wider adoption, it will have a rich ecosystem (plugins, IDE and editor support, books, libraries, &#8230;) and a bigger industry support.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephan</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-3/#comment-305532</link>
		<dc:creator>stephan</dc:creator>
		<pubDate>Fri, 09 Jul 2010 14:57:39 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305532</guid>
		<description>Dear &quot;The Anonymous Coward&quot;: 

&quot;Scala is perfectly fit for *serious* development. Maybe you are not fit for Scala?&quot;

This might always be the case, but isn&#039;t very satisfying as an explaination, as it can explain everything.</description>
		<content:encoded><![CDATA[<p>Dear &#8220;The Anonymous Coward&#8221;: </p>
<p>&#8220;Scala is perfectly fit for *serious* development. Maybe you are not fit for Scala?&#8221;</p>
<p>This might always be the case, but isn&#8217;t very satisfying as an explaination, as it can explain everything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephan</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-3/#comment-305531</link>
		<dc:creator>stephan</dc:creator>
		<pubDate>Fri, 09 Jul 2010 14:56:45 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305531</guid>
		<description>@Alex: I love Scala.</description>
		<content:encoded><![CDATA[<p>@Alex: I love Scala.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pk11</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-3/#comment-305527</link>
		<dc:creator>pk11</dc:creator>
		<pubDate>Fri, 09 Jul 2010 14:52:28 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305527</guid>
		<description>&gt;With a Rails 3.0, Python 3000 or Ruby 2.0 communication approach, perhaps library authors wouldn’t have jumped into it so soon or with their main branch.

yes, scala 3.0 would have been more accurate but I do not think your problems are really tied to the version number per se and personally I do no think the situation would have been any better if scala 2.8 had been called 3.0  (ie binary incompatibility would have been equally annoying)

&gt;But you need to do develop before production if you use something new.

Yes, that is true, however, if you are working against pre-released software, then unfortunately things can break more frequently.

&gt;As commented above, I do not think this is a 2.8 issue (hence the title) but a Scala issue. And although you do not use it in production, you need to get it going if you plan to release later your production code with 2.8. And if your main branch lands in incompatibility hell, you’re stuck fro some time.

the binary compatibility issue is not tied to 2.8 per se, so yes, in that sense it&#039;s a generic problem. And also, If you are using two libraries where both have only 2.8 RCX versions, then yes, it can be very painful until 2.8 finally comes out (which should happen really soon now btw)

Martin repeatedly said that 2.8 was going to be the last binary incompatible release. It remains to be seen whether that turns out to be true or not.</description>
		<content:encoded><![CDATA[<p>&gt;With a Rails 3.0, Python 3000 or Ruby 2.0 communication approach, perhaps library authors wouldn’t have jumped into it so soon or with their main branch.</p>
<p>yes, scala 3.0 would have been more accurate but I do not think your problems are really tied to the version number per se and personally I do no think the situation would have been any better if scala 2.8 had been called 3.0  (ie binary incompatibility would have been equally annoying)</p>
<p>&gt;But you need to do develop before production if you use something new.</p>
<p>Yes, that is true, however, if you are working against pre-released software, then unfortunately things can break more frequently.</p>
<p>&gt;As commented above, I do not think this is a 2.8 issue (hence the title) but a Scala issue. And although you do not use it in production, you need to get it going if you plan to release later your production code with 2.8. And if your main branch lands in incompatibility hell, you’re stuck fro some time.</p>
<p>the binary compatibility issue is not tied to 2.8 per se, so yes, in that sense it&#8217;s a generic problem. And also, If you are using two libraries where both have only 2.8 RCX versions, then yes, it can be very painful until 2.8 finally comes out (which should happen really soon now btw)</p>
<p>Martin repeatedly said that 2.8 was going to be the last binary incompatible release. It remains to be seen whether that turns out to be true or not.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex Tkachman</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-3/#comment-305524</link>
		<dc:creator>Alex Tkachman</dc:creator>
		<pubDate>Fri, 09 Jul 2010 14:42:06 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305524</guid>
		<description>Did you consider Groovy++?</description>
		<content:encoded><![CDATA[<p>Did you consider Groovy++?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Spiewak</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-3/#comment-305523</link>
		<dc:creator>Daniel Spiewak</dc:creator>
		<pubDate>Fri, 09 Jul 2010 14:41:13 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305523</guid>
		<description>Most of what I want to say in reply to this post has already been said, either by myself on Twitter, or by other commenters.  So the only thing left to me is a minor quibble about your version numbers point...  :-)

Ruby doesn&#039;t have a 2.0 release.  The latest version is 1.9.1, which was a long time coming and introduced non-trivial breaking changes.  As a result, most everyone uses 1.8.7.  Does this sound familiar?  Your point about Scala versions (2.8 vs 3.0) is valid, and I agree with it whole-heartedly, but Ruby has been doing the exact same thing as Scala in this regard.  Bad example.</description>
		<content:encoded><![CDATA[<p>Most of what I want to say in reply to this post has already been said, either by myself on Twitter, or by other commenters.  So the only thing left to me is a minor quibble about your version numbers point&#8230;  :-)</p>
<p>Ruby doesn&#8217;t have a 2.0 release.  The latest version is 1.9.1, which was a long time coming and introduced non-trivial breaking changes.  As a result, most everyone uses 1.8.7.  Does this sound familiar?  Your point about Scala versions (2.8 vs 3.0) is valid, and I agree with it whole-heartedly, but Ruby has been doing the exact same thing as Scala in this regard.  Bad example.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: The Anonymous Coward</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-3/#comment-305522</link>
		<dc:creator>The Anonymous Coward</dc:creator>
		<pubDate>Fri, 09 Jul 2010 14:40:01 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305522</guid>
		<description>Scala is perfectly fit for *serious* development. Maybe you are not fit for Scala?</description>
		<content:encoded><![CDATA[<p>Scala is perfectly fit for *serious* development. Maybe you are not fit for Scala?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Bowman</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-3/#comment-305508</link>
		<dc:creator>Eric Bowman</dc:creator>
		<pubDate>Fri, 09 Jul 2010 14:24:11 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305508</guid>
		<description>It&#039;s kind of your choice to go bleeding edge, isn&#039;t it?

2.7.7 is serving us well in production, and we are standing back to let the dust settle before jumping to 2.8.</description>
		<content:encoded><![CDATA[<p>It&#8217;s kind of your choice to go bleeding edge, isn&#8217;t it?</p>
<p>2.7.7 is serving us well in production, and we are standing back to let the dust settle before jumping to 2.8.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik Engbrecht</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-3/#comment-305506</link>
		<dc:creator>Erik Engbrecht</dc:creator>
		<pubDate>Fri, 09 Jul 2010 14:21:09 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305506</guid>
		<description>I don&#039;t think your assertion that the Scala community doesn&#039;t care about such issues is fair.  It does care.  I think it cares deeply.  But caring deeply about something doesn&#039;t mean you know what to do about it.

Anyone using Scala seriously, or even considering using Scala serious, should be actively following its development.

1. Is untrue, but many do care about writing papers.  Scala needs more contributors who are more concerned with day-to-day software development.

2. There has been substantial debate on this topic on multiple occasions.  The general consensus seemed to be there was no good solution.  2.8 was long advertised before people realized it was such a huge departure from 2.7.  Also, there some members of the community who feel 3.0 should be more feature complete and stable.  There&#039;s still a lot missing from the standard library.  There are still a lot of unsolved problems.

3. Is untrue.  This topic has received substantial discussion and thought, but binary compatibility in Scala is hard because of the way traits work.  Making a small change in any Scala code base can break binary compatibility.  Someday there may be a solution, but it will probably require that paper-generating type work that you complain about in #1.

4. In this statement you imply that they shouldn&#039;t make changes that they see fit.  I don&#039;t think that&#039;s what you mean.  What you mean is that they make changes without significant consideration.  I there are parts of the library where that is true but in most parts it is not true.

5. The RCs for 2.8 started too soon.  You don&#039;t make up for one mistake by making another.

But my general point is that most of this is happening in public for a long time now.  No one using Scala seriously should be in the least bit surprised, because if you use a technology seriously you should be paying attention to its evolution, and trying to influence that evolution when it is going astray.

Scala is unfit for serious development by those who aren&#039;t prepared to make a serious investment in Scala.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t think your assertion that the Scala community doesn&#8217;t care about such issues is fair.  It does care.  I think it cares deeply.  But caring deeply about something doesn&#8217;t mean you know what to do about it.</p>
<p>Anyone using Scala seriously, or even considering using Scala serious, should be actively following its development.</p>
<p>1. Is untrue, but many do care about writing papers.  Scala needs more contributors who are more concerned with day-to-day software development.</p>
<p>2. There has been substantial debate on this topic on multiple occasions.  The general consensus seemed to be there was no good solution.  2.8 was long advertised before people realized it was such a huge departure from 2.7.  Also, there some members of the community who feel 3.0 should be more feature complete and stable.  There&#8217;s still a lot missing from the standard library.  There are still a lot of unsolved problems.</p>
<p>3. Is untrue.  This topic has received substantial discussion and thought, but binary compatibility in Scala is hard because of the way traits work.  Making a small change in any Scala code base can break binary compatibility.  Someday there may be a solution, but it will probably require that paper-generating type work that you complain about in #1.</p>
<p>4. In this statement you imply that they shouldn&#8217;t make changes that they see fit.  I don&#8217;t think that&#8217;s what you mean.  What you mean is that they make changes without significant consideration.  I there are parts of the library where that is true but in most parts it is not true.</p>
<p>5. The RCs for 2.8 started too soon.  You don&#8217;t make up for one mistake by making another.</p>
<p>But my general point is that most of this is happening in public for a long time now.  No one using Scala seriously should be in the least bit surprised, because if you use a technology seriously you should be paying attention to its evolution, and trying to influence that evolution when it is going astray.</p>
<p>Scala is unfit for serious development by those who aren&#8217;t prepared to make a serious investment in Scala.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephan</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-3/#comment-305501</link>
		<dc:creator>stephan</dc:creator>
		<pubDate>Fri, 09 Jul 2010 14:12:34 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305501</guid>
		<description>@Jesper: &quot;And the version numbering… does it really matter that much that it’s called 2.8 instead of 3.0?&quot; 

See my comment above about communication and perception.</description>
		<content:encoded><![CDATA[<p>@Jesper: &#8220;And the version numbering… does it really matter that much that it’s called 2.8 instead of 3.0?&#8221; </p>
<p>See my comment above about communication and perception.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephan</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-2/#comment-305500</link>
		<dc:creator>stephan</dc:creator>
		<pubDate>Fri, 09 Jul 2010 14:12:15 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305500</guid>
		<description>@p11: &quot;2) Personally, I do not think the version number matters that much, I would have been OK with either version number.&quot;

With a Rails 3.0, Python 3000 or Ruby 2.0 communication approach, perhaps library authors wouldn&#039;t have jumped into it so soon or with their main branch.

&quot;3-5 These points seem to mix a few things.&quot;

Might be, I&#039;m incoherent, illogical and annoying from time to time.

&quot;I always advice *against* using it in production just yet.&quot;

I wouldn&#039;t use Play in production right now, as I do not know how it behaves or how it scales (Flow through exceptions and one-thread especially). But you need to do develop before production if you use something new.

&quot;I would strongly advice against writing production code in 2.8 yet (since it’s not released)&quot;

As commented above, I do not think this is a 2.8 issue (hence the title) but a Scala issue. And although you do not use it in production, you need to get it going if you plan to release later your production code with 2.8. And if your main branch lands in incompatibility hell, you&#039;re stuck fro some time.</description>
		<content:encoded><![CDATA[<p>@p11: &#8220;2) Personally, I do not think the version number matters that much, I would have been OK with either version number.&#8221;</p>
<p>With a Rails 3.0, Python 3000 or Ruby 2.0 communication approach, perhaps library authors wouldn&#8217;t have jumped into it so soon or with their main branch.</p>
<p>&#8220;3-5 These points seem to mix a few things.&#8221;</p>
<p>Might be, I&#8217;m incoherent, illogical and annoying from time to time.</p>
<p>&#8220;I always advice *against* using it in production just yet.&#8221;</p>
<p>I wouldn&#8217;t use Play in production right now, as I do not know how it behaves or how it scales (Flow through exceptions and one-thread especially). But you need to do develop before production if you use something new.</p>
<p>&#8220;I would strongly advice against writing production code in 2.8 yet (since it’s not released)&#8221;</p>
<p>As commented above, I do not think this is a 2.8 issue (hence the title) but a Scala issue. And although you do not use it in production, you need to get it going if you plan to release later your production code with 2.8. And if your main branch lands in incompatibility hell, you&#8217;re stuck fro some time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesper</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-2/#comment-305498</link>
		<dc:creator>Jesper</dc:creator>
		<pubDate>Fri, 09 Jul 2010 14:02:21 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305498</guid>
		<description>There are pros and cons with regard to compatibility.

If the Scala developers would try to make it 100% backwards compatible, it would be nice for you if you have a lot of existing Scala code.

However, it would also mean that Scala can&#039;t develop as quickly as it does and that a lot of deprecated cruft would accumulate in the Scala library.

One of the reasons that the development of Java goes so slow now is because every new version must be 100% compatible with everything since Java 1.0 - this makes it very hard or impossible to add new features to the language. The Java library is also bloated with old deprecated junk that can&#039;t be removed.

I&#039;d rather have the Scala developers make Scala good and lean than heavy with deprecated stuff and holding back development because of compatibility concerns.

And the version numbering... does it really matter that much that it&#039;s called 2.8 instead of 3.0?

And don&#039;t complain about the instability in pre-release versions. Just wait a few weeks for the final 2.8 to be out if you want a stable version for serious development.</description>
		<content:encoded><![CDATA[<p>There are pros and cons with regard to compatibility.</p>
<p>If the Scala developers would try to make it 100% backwards compatible, it would be nice for you if you have a lot of existing Scala code.</p>
<p>However, it would also mean that Scala can&#8217;t develop as quickly as it does and that a lot of deprecated cruft would accumulate in the Scala library.</p>
<p>One of the reasons that the development of Java goes so slow now is because every new version must be 100% compatible with everything since Java 1.0 &#8211; this makes it very hard or impossible to add new features to the language. The Java library is also bloated with old deprecated junk that can&#8217;t be removed.</p>
<p>I&#8217;d rather have the Scala developers make Scala good and lean than heavy with deprecated stuff and holding back development because of compatibility concerns.</p>
<p>And the version numbering&#8230; does it really matter that much that it&#8217;s called 2.8 instead of 3.0?</p>
<p>And don&#8217;t complain about the instability in pre-release versions. Just wait a few weeks for the final 2.8 to be out if you want a stable version for serious development.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam Stainsby</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-2/#comment-305490</link>
		<dc:creator>Sam Stainsby</dc:creator>
		<pubDate>Fri, 09 Jul 2010 13:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305490</guid>
		<description>I think anyone working seriously with Scala knows that 2,8 is a major move forward. If they scrubbed out the 2.8 label and replaced it with 3.0, I don&#039;t see that it is going to help many, except perhaps Scala newbies.

As for me, I&#039;m happily making money out of Scala projects for clients. As always you should assess the impact before upgrading - and don&#039;t bet the farm on an unreleased product. I found moving from 2.7 to 2.8 very easy to tell you the truth.

I think some people here have forgotten the early days of Java, and just how bad it was to work with when it was at Scala&#039;s current level of evolution. In the absence of multi-million dollar corporate backing, and taking into account the challenges of wrangling an open source language, the Scala project team are doing an superb job in my opinion.</description>
		<content:encoded><![CDATA[<p>I think anyone working seriously with Scala knows that 2,8 is a major move forward. If they scrubbed out the 2.8 label and replaced it with 3.0, I don&#8217;t see that it is going to help many, except perhaps Scala newbies.</p>
<p>As for me, I&#8217;m happily making money out of Scala projects for clients. As always you should assess the impact before upgrading &#8211; and don&#8217;t bet the farm on an unreleased product. I found moving from 2.7 to 2.8 very easy to tell you the truth.</p>
<p>I think some people here have forgotten the early days of Java, and just how bad it was to work with when it was at Scala&#8217;s current level of evolution. In the absence of multi-million dollar corporate backing, and taking into account the challenges of wrangling an open source language, the Scala project team are doing an superb job in my opinion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Det</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-2/#comment-305486</link>
		<dc:creator>Det</dc:creator>
		<pubDate>Fri, 09 Jul 2010 13:26:55 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305486</guid>
		<description>&quot;I would not bet millions of euros on a exploratory language,&quot;

No risk, no fun.

Be honest: How much professional development is done with languages, libraries or tools which undergo breaking changes from time to time?
The job to be done then is called Migration!

This is not always avoidable, as desirable as it might be. I can tell as a framework developer for an ERP size app, that the requirement for strict backward compatibility can extremely hinder necessary steps in evolution, not resulting in better versions but even more hacks and weirdnesses just to squeeze new requirements in without breaking things or touching anyone.

(And Java itsself may count as an example here).

Regarding the fact that Scala is currently just on the way to leave its teenage state, I would give it all the time and growing pains it needs to get a clean and stable 2.8 which (when final!) can be marketed.

&quot;I’m more interested in getting things done than in language features.&quot;

If you&#039;re not interested in language features, then why even talk about 2.8 ? Why not stay with 2.7.7 final? or with Java btw?

Once again: 2.8 is not released yet!
And I work with 2.8 because I _am_ interested in the language features which _will_ help me getting things done better _tomorrow_ .

And the EPFL people _are_ aware that Scala is currently still in a research mode, and bringing it to the broad mass is a _todo_ .
They say it themselves, so I can absolutely not understand this lamentation here.

A Scala foundation was in the talk and will some day see the light like it was for many other languages which even started as one-man-show.

Regarding &quot;making money&quot; again: As you are an experienced professional you should already know that companies can make money with much worse tools than Scala, and there seem to be companies which already have enough positive experience with it despite its current state.
(BTW: In my ten years of Java experience I cursed often enough about that ecosystem too, because it made things too complicated to simply let me focus on creating production code).

So in the end, following the discussion here and your statement about loving Scala on one hand, all that remains is a more or less implicit: &quot;I don&#039;t like the people&quot;. 

And to be honest: If I would have known that before I would not have bothered opening the link to this page. I expected a debate about the usability of Scala and its concepts, not lamentations about some folks.</description>
		<content:encoded><![CDATA[<p>&#8220;I would not bet millions of euros on a exploratory language,&#8221;</p>
<p>No risk, no fun.</p>
<p>Be honest: How much professional development is done with languages, libraries or tools which undergo breaking changes from time to time?<br />
The job to be done then is called Migration!</p>
<p>This is not always avoidable, as desirable as it might be. I can tell as a framework developer for an ERP size app, that the requirement for strict backward compatibility can extremely hinder necessary steps in evolution, not resulting in better versions but even more hacks and weirdnesses just to squeeze new requirements in without breaking things or touching anyone.</p>
<p>(And Java itsself may count as an example here).</p>
<p>Regarding the fact that Scala is currently just on the way to leave its teenage state, I would give it all the time and growing pains it needs to get a clean and stable 2.8 which (when final!) can be marketed.</p>
<p>&#8220;I’m more interested in getting things done than in language features.&#8221;</p>
<p>If you&#8217;re not interested in language features, then why even talk about 2.8 ? Why not stay with 2.7.7 final? or with Java btw?</p>
<p>Once again: 2.8 is not released yet!<br />
And I work with 2.8 because I _am_ interested in the language features which _will_ help me getting things done better _tomorrow_ .</p>
<p>And the EPFL people _are_ aware that Scala is currently still in a research mode, and bringing it to the broad mass is a _todo_ .<br />
They say it themselves, so I can absolutely not understand this lamentation here.</p>
<p>A Scala foundation was in the talk and will some day see the light like it was for many other languages which even started as one-man-show.</p>
<p>Regarding &#8220;making money&#8221; again: As you are an experienced professional you should already know that companies can make money with much worse tools than Scala, and there seem to be companies which already have enough positive experience with it despite its current state.<br />
(BTW: In my ten years of Java experience I cursed often enough about that ecosystem too, because it made things too complicated to simply let me focus on creating production code).</p>
<p>So in the end, following the discussion here and your statement about loving Scala on one hand, all that remains is a more or less implicit: &#8220;I don&#8217;t like the people&#8221;. </p>
<p>And to be honest: If I would have known that before I would not have bothered opening the link to this page. I expected a debate about the usability of Scala and its concepts, not lamentations about some folks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: p11</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-2/#comment-305482</link>
		<dc:creator>p11</dc:creator>
		<pubDate>Fri, 09 Jul 2010 13:11:33 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305482</guid>
		<description>Hi Stephan,

1) I agree with this point (I do not know anybody in the Scala community who does not). This is a serious problem and it scares the hell out of me that I still do not know for sure whether this is going to be the last time when it happens.

2) Personally, I do not think the version number matters that much, I would have been OK with either version number. 

3-5 These points seem to mix a few things. As for the language: yes, scala 2.8 has changed a few times within RC-s and it was annoying (but also kind of expected in a developer branch) and yes, 2.8 breaks compatibility on both source and binary level (this was not necessary expected, however, it was communicated) and yes, some of the APIs disappeared without any warning period(the jcl package etc.)
 
As far as the big libraries are concerned (lift, scalatest,spec,sbt,akka),however, I did not really see the bad API handling you mentioned though. These projects usually have 2.7 and 2.8 branches, so you should build your production code against 2.7 version and switch to 2.8 when you think you can. Most developers are using RC-s not because they are obsessed with cutting edge but because they want to prepare for the new version as well. So I strongly disagree with your generic comment about the community ie &quot;developers and the community is unwilling&quot;.

Now as far as the project I am involved with(ie play-scala) is concerned: I always advice *against* using it in production just yet. Why? because it&#039;s built against a developer branch of play (which is subject to change) and it&#039;s built against a developer branch of scala(which is also subject to change) plus because it&#039;s a preview, we are tweaking our own APIs.  In our case we could not use 2.7 because play needed the incremental compiler introduced in 2.8 and package objects (also introduced in 2.8) to provide proper API-s for both scala and java versions. So yes, in our case  it is bleeding edge and you will bleed but this is not the case for most well-known scala libraries is my point.

&gt;I would not bet millions of euros on a exploratory language, but YMMV

I would strongly advice against writing production code in 2.8 yet (since it&#039;s not released) but personally I think 2.7 is mature enough. As for betting millions of euros: there is some risk involved in introducing any new tech, so you have to identify the pros and cons and make your own decision.</description>
		<content:encoded><![CDATA[<p>Hi Stephan,</p>
<p>1) I agree with this point (I do not know anybody in the Scala community who does not). This is a serious problem and it scares the hell out of me that I still do not know for sure whether this is going to be the last time when it happens.</p>
<p>2) Personally, I do not think the version number matters that much, I would have been OK with either version number. </p>
<p>3-5 These points seem to mix a few things. As for the language: yes, scala 2.8 has changed a few times within RC-s and it was annoying (but also kind of expected in a developer branch) and yes, 2.8 breaks compatibility on both source and binary level (this was not necessary expected, however, it was communicated) and yes, some of the APIs disappeared without any warning period(the jcl package etc.)</p>
<p>As far as the big libraries are concerned (lift, scalatest,spec,sbt,akka),however, I did not really see the bad API handling you mentioned though. These projects usually have 2.7 and 2.8 branches, so you should build your production code against 2.7 version and switch to 2.8 when you think you can. Most developers are using RC-s not because they are obsessed with cutting edge but because they want to prepare for the new version as well. So I strongly disagree with your generic comment about the community ie &#8220;developers and the community is unwilling&#8221;.</p>
<p>Now as far as the project I am involved with(ie play-scala) is concerned: I always advice *against* using it in production just yet. Why? because it&#8217;s built against a developer branch of play (which is subject to change) and it&#8217;s built against a developer branch of scala(which is also subject to change) plus because it&#8217;s a preview, we are tweaking our own APIs.  In our case we could not use 2.7 because play needed the incremental compiler introduced in 2.8 and package objects (also introduced in 2.8) to provide proper API-s for both scala and java versions. So yes, in our case  it is bleeding edge and you will bleed but this is not the case for most well-known scala libraries is my point.</p>
<p>&gt;I would not bet millions of euros on a exploratory language, but YMMV</p>
<p>I would strongly advice against writing production code in 2.8 yet (since it&#8217;s not released) but personally I think 2.7 is mature enough. As for betting millions of euros: there is some risk involved in introducing any new tech, so you have to identify the pros and cons and make your own decision.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gabriel C</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-2/#comment-305481</link>
		<dc:creator>Gabriel C</dc:creator>
		<pubDate>Fri, 09 Jul 2010 13:06:43 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305481</guid>
		<description>Awww... C&#039;mon!
First, as pointed out, the title would me more accurate if it was &quot;Scala 2.8 RCs unfit for serious development&quot;
I don&#039;t see LinkedIn, Twitter or Foursquare having problems with making money with Scala ;)
Regarding your points:
1 - I think is unfair, the goal of Scala was to make a language for &quot;the real world&quot; and not for academics. We can try to second-guess that, but it won&#039;t be a very solid argument.
2 - Everybody agrees that 2.8 is not the right label, but the cat is already out of the bag and the ship has sailed :D
3 - I think is related to #2, I don&#039;t think that breaks between RCs are a big deal. Otherwise, I think is a problem already acknowledged by Martin, he said this will be the last breaking version...
4 - I&#039;ll do the same in my projects :) This is a breaking release and is painful... I&#039;ll chalk it up to growing pains
5 - You can do serious development and make money in the cutting edge, and the previous versions are pretty solid (IMHO) but yes, the community loves cutting edge, otherwise they would&#039;ve stayed in Java (or COBOL!)</description>
		<content:encoded><![CDATA[<p>Awww&#8230; C&#8217;mon!<br />
First, as pointed out, the title would me more accurate if it was &#8220;Scala 2.8 RCs unfit for serious development&#8221;<br />
I don&#8217;t see LinkedIn, Twitter or Foursquare having problems with making money with Scala ;)<br />
Regarding your points:<br />
1 &#8211; I think is unfair, the goal of Scala was to make a language for &#8220;the real world&#8221; and not for academics. We can try to second-guess that, but it won&#8217;t be a very solid argument.<br />
2 &#8211; Everybody agrees that 2.8 is not the right label, but the cat is already out of the bag and the ship has sailed :D<br />
3 &#8211; I think is related to #2, I don&#8217;t think that breaks between RCs are a big deal. Otherwise, I think is a problem already acknowledged by Martin, he said this will be the last breaking version&#8230;<br />
4 &#8211; I&#8217;ll do the same in my projects :) This is a breaking release and is painful&#8230; I&#8217;ll chalk it up to growing pains<br />
5 &#8211; You can do serious development and make money in the cutting edge, and the previous versions are pretty solid (IMHO) but yes, the community loves cutting edge, otherwise they would&#8217;ve stayed in Java (or COBOL!)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephan</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-2/#comment-305474</link>
		<dc:creator>stephan</dc:creator>
		<pubDate>Fri, 09 Jul 2010 12:32:26 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305474</guid>
		<description>@Kevin: My point of view differs.

1. &quot;But, such stuff is more commonly pursued via libraries and compiler plugins nowadays[...]&quot;

Rapid or completly changing libraries are not the solution, they are probably an even bigger problem than additional language features. So this is the wrong direction from the point of stability.

2. &quot; It was not a happy choice, but sticking with 2.8 was seen as the lesser of two evils.&quot;

As proven, this was not the case. So they need to think about their decisions deeper next time. And commit in public to a different model in the future. But reading Scala org there has been no public announcement.

5. &quot; The “Fresh Scala” initiative, to run a nightly build of several important 3rd party projects against trunk versions of the compiler&quot;

This illustrates the problem, same as Eclipse tried to solve this without success. &lt;b&gt;This is not a solution&lt;/b&gt; this is playing with symptome.

&quot;The ability of SBT (Simple Build Tool) to cross-compile source code against multiple versions of the Scala library and release different jars for each.&quot;

Same here. &lt;b&gt;This illustrates they do not want to change something fundamental,&lt;/b&gt; but live with the current model but make it possible to live with their choices. This is the wrong direction!

&quot;Mostly because 2.8 was too long in the making, and is so far ahead of 2.7. It was originally conceived as just a reworking of the collections library, but then became so much more…&quot;

You see the point? No planning, wild development, throwing new features on a train wreck,.... then read the title of the post again.


&quot;The delay in releasing 2.8 is widely acknowledged as a failure,[...]&quot;

Could you point to an official announcement on the Scala site?

&quot;For reference, subversion experienced almost the same issues in the run-up to their 1.5 release, and made a process change following that.&quot;

Nowhere the same level. We had 1.4, 1.5, 1.6 with some minor glitches.</description>
		<content:encoded><![CDATA[<p>@Kevin: My point of view differs.</p>
<p>1. &#8220;But, such stuff is more commonly pursued via libraries and compiler plugins nowadays[...]&#8221;</p>
<p>Rapid or completly changing libraries are not the solution, they are probably an even bigger problem than additional language features. So this is the wrong direction from the point of stability.</p>
<p>2. &#8221; It was not a happy choice, but sticking with 2.8 was seen as the lesser of two evils.&#8221;</p>
<p>As proven, this was not the case. So they need to think about their decisions deeper next time. And commit in public to a different model in the future. But reading Scala org there has been no public announcement.</p>
<p>5. &#8221; The “Fresh Scala” initiative, to run a nightly build of several important 3rd party projects against trunk versions of the compiler&#8221;</p>
<p>This illustrates the problem, same as Eclipse tried to solve this without success. <b>This is not a solution</b> this is playing with symptome.</p>
<p>&#8220;The ability of SBT (Simple Build Tool) to cross-compile source code against multiple versions of the Scala library and release different jars for each.&#8221;</p>
<p>Same here. <b>This illustrates they do not want to change something fundamental,</b> but live with the current model but make it possible to live with their choices. This is the wrong direction!</p>
<p>&#8220;Mostly because 2.8 was too long in the making, and is so far ahead of 2.7. It was originally conceived as just a reworking of the collections library, but then became so much more…&#8221;</p>
<p>You see the point? No planning, wild development, throwing new features on a train wreck,&#8230;. then read the title of the post again.</p>
<p>&#8220;The delay in releasing 2.8 is widely acknowledged as a failure,[...]&#8221;</p>
<p>Could you point to an official announcement on the Scala site?</p>
<p>&#8220;For reference, subversion experienced almost the same issues in the run-up to their 1.5 release, and made a process change following that.&#8221;</p>
<p>Nowhere the same level. We had 1.4, 1.5, 1.6 with some minor glitches.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anon</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-2/#comment-305470</link>
		<dc:creator>anon</dc:creator>
		<pubDate>Fri, 09 Jul 2010 12:20:15 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305470</guid>
		<description>Exploratory features are great, but should be relegated to compiler plugins. From there they can eventually graduate if they provide enough general benefit.</description>
		<content:encoded><![CDATA[<p>Exploratory features are great, but should be relegated to compiler plugins. From there they can eventually graduate if they provide enough general benefit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: trond</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-2/#comment-305446</link>
		<dc:creator>trond</dc:creator>
		<pubDate>Fri, 09 Jul 2010 11:17:16 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305446</guid>
		<description>They have spoken of the problem in recent talks, and there seems to be a plans for two development paths. One stable, and one rapidly changing for research. It might not help on external library stability, since many of us are mostly interested in exploring new stuff. :)</description>
		<content:encoded><![CDATA[<p>They have spoken of the problem in recent talks, and there seems to be a plans for two development paths. One stable, and one rapidly changing for research. It might not help on external library stability, since many of us are mostly interested in exploring new stuff. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevin</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-2/#comment-305441</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Fri, 09 Jul 2010 11:06:19 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305441</guid>
		<description>80% valid concern, 20% FUD.  I&#039;m seeing exactly the same issue, but have a different opinion of it:


&quot;1. The developers are interested in language research and writing papers, not in making a language for real development&quot;

This is only partly true.  Scala has a strong legacy in being used to showcase academic concepts, and it&#039;s definitely seen a good vehicle for future work of this nature.  But, such stuff is more commonly pursued via libraries and compiler plugins nowadays - Compiler plugins were added as a feature with the explicit goal of moving such risky work away from the core language.

&quot;2. The version hell that is 2.8 – calling this version 2.8.0 is deceptive. As Python (3000) or Ruby (2.0) this should have been a major version called 3.0&quot;

Most definitely, and Martin Odersky himself would be the first person to agree with you. 

Unfortunately, when the actual breaking change occurred, there was far too much published material in the world referring to the upcoming 2.8 release.  It was not a happy choice, but sticking with 2.8 was seen as the lesser of two evils.

&quot;4. The developers do not care about binary compatibility, deprecated, soft migration or API compatibility. Things are changed on a whim – from one RC to the next, and they change major parts of the language/libraries in point releases&quot;

&quot;5. They remove and add classes just as they see fit&quot;

These are just different ways of saying the same thing.  In truth, everybody is concerned about binary compatibility, and it&#039;s widely considered to be Scala&#039;s largest flaw.  EPFL has a couple of suggested postgrad research tasks devoted to this exact issue.  Many of us are also pursuing various ways to mitigate the problem until a better solution is found.

These include, but are not limited to:

- The &quot;Fresh Scala&quot; initiative, to run a nightly build of several important 3rd party projects against trunk versions of the compiler - and publish them all to Maven if (and only if) they ALL pass unit tests.

- The Incubator and Greenhouse, to allow new ideas a longer maturation and testing phase before deciding if they belong in the core library.

- The ability of SBT (Simple Build Tool) to cross-compile source code against multiple versions of the Scala library and release different jars for each.

Nor are things changed on a whim.  The only acceptance criteria now for a bug to be fixed in a 2.8 release candidate is &quot;is it a regression against 2.7.7?&quot;  All other issues are being pushed to 2.8.1 or beyond.

&quot;6. The community loves cutting edge. Instead of fixing bugs they upgrade to all new released RCs – so have you. It’s called cutting edge for a reason: You’ll cut yourself. And it’s called bleeding edge because you will bleed.&quot;

Mostly because 2.8 was too long in the making, and is so far ahead of 2.7.  It was originally conceived as just a reworking of the collections library, but then became so much more...

The delay in releasing 2.8 is widely acknowledged as a failure, and there are efforts in the community to move to a more structured release schedule that will mitigate this sort of thing in future releases.

For reference, subversion experienced almost the same issues in the run-up to their 1.5 release, and made a process change following that.  It&#039;s considered fit for serious development nowadays (though I do remember a couple of people having doubts back when it was happening)</description>
		<content:encoded><![CDATA[<p>80% valid concern, 20% FUD.  I&#8217;m seeing exactly the same issue, but have a different opinion of it:</p>
<p>&#8220;1. The developers are interested in language research and writing papers, not in making a language for real development&#8221;</p>
<p>This is only partly true.  Scala has a strong legacy in being used to showcase academic concepts, and it&#8217;s definitely seen a good vehicle for future work of this nature.  But, such stuff is more commonly pursued via libraries and compiler plugins nowadays &#8211; Compiler plugins were added as a feature with the explicit goal of moving such risky work away from the core language.</p>
<p>&#8220;2. The version hell that is 2.8 – calling this version 2.8.0 is deceptive. As Python (3000) or Ruby (2.0) this should have been a major version called 3.0&#8243;</p>
<p>Most definitely, and Martin Odersky himself would be the first person to agree with you. </p>
<p>Unfortunately, when the actual breaking change occurred, there was far too much published material in the world referring to the upcoming 2.8 release.  It was not a happy choice, but sticking with 2.8 was seen as the lesser of two evils.</p>
<p>&#8220;4. The developers do not care about binary compatibility, deprecated, soft migration or API compatibility. Things are changed on a whim – from one RC to the next, and they change major parts of the language/libraries in point releases&#8221;</p>
<p>&#8220;5. They remove and add classes just as they see fit&#8221;</p>
<p>These are just different ways of saying the same thing.  In truth, everybody is concerned about binary compatibility, and it&#8217;s widely considered to be Scala&#8217;s largest flaw.  EPFL has a couple of suggested postgrad research tasks devoted to this exact issue.  Many of us are also pursuing various ways to mitigate the problem until a better solution is found.</p>
<p>These include, but are not limited to:</p>
<p>- The &#8220;Fresh Scala&#8221; initiative, to run a nightly build of several important 3rd party projects against trunk versions of the compiler &#8211; and publish them all to Maven if (and only if) they ALL pass unit tests.</p>
<p>- The Incubator and Greenhouse, to allow new ideas a longer maturation and testing phase before deciding if they belong in the core library.</p>
<p>- The ability of SBT (Simple Build Tool) to cross-compile source code against multiple versions of the Scala library and release different jars for each.</p>
<p>Nor are things changed on a whim.  The only acceptance criteria now for a bug to be fixed in a 2.8 release candidate is &#8220;is it a regression against 2.7.7?&#8221;  All other issues are being pushed to 2.8.1 or beyond.</p>
<p>&#8220;6. The community loves cutting edge. Instead of fixing bugs they upgrade to all new released RCs – so have you. It’s called cutting edge for a reason: You’ll cut yourself. And it’s called bleeding edge because you will bleed.&#8221;</p>
<p>Mostly because 2.8 was too long in the making, and is so far ahead of 2.7.  It was originally conceived as just a reworking of the collections library, but then became so much more&#8230;</p>
<p>The delay in releasing 2.8 is widely acknowledged as a failure, and there are efforts in the community to move to a more structured release schedule that will mitigate this sort of thing in future releases.</p>
<p>For reference, subversion experienced almost the same issues in the run-up to their 1.5 release, and made a process change following that.  It&#8217;s considered fit for serious development nowadays (though I do remember a couple of people having doubts back when it was happening)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Jung</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-2/#comment-305414</link>
		<dc:creator>Thomas Jung</dc:creator>
		<pubDate>Fri, 09 Jul 2010 10:25:37 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305414</guid>
		<description>&gt; millions of euros
Or you could devote some work to actually making this better. 

Java has it&#039;s JCK (https://jck.dev.java.net/) and OpenJDK Developers&#039; Guideline (http://blogs.sun.com/darcy/resource/OpenJDK_Developers_Guide/OpenJdkDevelopersGuide.html) this has to be done for Scala at some point in time.</description>
		<content:encoded><![CDATA[<p>&gt; millions of euros<br />
Or you could devote some work to actually making this better. </p>
<p>Java has it&#8217;s JCK (<a href="https://jck.dev.java.net/" rel="nofollow">https://jck.dev.java.net/</a>) and OpenJDK Developers&#8217; Guideline (<a href="http://blogs.sun.com/darcy/resource/OpenJDK_Developers_Guide/OpenJdkDevelopersGuide.html" rel="nofollow">http://blogs.sun.com/darcy/resource/OpenJDK_Developers_Guide/OpenJdkDevelopersGuide.html</a>) this has to be done for Scala at some point in time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephan</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-2/#comment-305413</link>
		<dc:creator>stephan</dc:creator>
		<pubDate>Fri, 09 Jul 2010 10:16:27 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305413</guid>
		<description>@Thomas: &quot;I think this is the right mindset for Scala. It’s exploratory language.&quot;

Then we need to divorce. I would not bet millions of euros on a exploratory language, but YMMV.</description>
		<content:encoded><![CDATA[<p>@Thomas: &#8220;I think this is the right mindset for Scala. It’s exploratory language.&#8221;</p>
<p>Then we need to divorce. I would not bet millions of euros on a exploratory language, but YMMV.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Jung</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-2/#comment-305408</link>
		<dc:creator>Thomas Jung</dc:creator>
		<pubDate>Fri, 09 Jul 2010 10:14:47 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305408</guid>
		<description>&gt; There is a reasearch paper? Whoops, now it’s a language feature.

I think this is the right mindset for Scala. It&#039;s exploratory language.

It has the best productivity in some areas. That is the reason it is actually used for serious stuff. This feedback is essential, otherwise you have a chicken and egg problem on the one hand you have old/tested/unproductive languages and on the other hand you have ivory tower languages than aren&#039;t tested in the real world.</description>
		<content:encoded><![CDATA[<p>&gt; There is a reasearch paper? Whoops, now it’s a language feature.</p>
<p>I think this is the right mindset for Scala. It&#8217;s exploratory language.</p>
<p>It has the best productivity in some areas. That is the reason it is actually used for serious stuff. This feedback is essential, otherwise you have a chicken and egg problem on the one hand you have old/tested/unproductive languages and on the other hand you have ivory tower languages than aren&#8217;t tested in the real world.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephan</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-2/#comment-305407</link>
		<dc:creator>stephan</dc:creator>
		<pubDate>Fri, 09 Jul 2010 10:14:40 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305407</guid>
		<description>@Mikio: &quot;The sad thing is, I really like Scala the language&quot; 

I really do too.</description>
		<content:encoded><![CDATA[<p>@Mikio: &#8220;The sad thing is, I really like Scala the language&#8221; </p>
<p>I really do too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikio Braun</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-1/#comment-305405</link>
		<dc:creator>Mikio Braun</dc:creator>
		<pubDate>Fri, 09 Jul 2010 10:13:06 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305405</guid>
		<description>Hello Stephan,

I&#039;ve experienced exactly the same things with the 2.8.0 RCs: Libraries compiled against certain RC versions won&#039;t work with others, IDE plugins also require certain RC versions, lots of class hierarchies changes behind the curtain... .

Moreover, compare with javac, scalac is really slow, compilation reminds me of C++ ;)

The sad thing is, I really like Scala the language. So far, I haven&#039;t really found any ugly spots, usually things turn out to be quite elegant.

Probably its time to take the lessons learned and start a new project from scratch, this time focusing on a cleaner development environment.</description>
		<content:encoded><![CDATA[<p>Hello Stephan,</p>
<p>I&#8217;ve experienced exactly the same things with the 2.8.0 RCs: Libraries compiled against certain RC versions won&#8217;t work with others, IDE plugins also require certain RC versions, lots of class hierarchies changes behind the curtain&#8230; .</p>
<p>Moreover, compare with javac, scalac is really slow, compilation reminds me of C++ ;)</p>
<p>The sad thing is, I really like Scala the language. So far, I haven&#8217;t really found any ugly spots, usually things turn out to be quite elegant.</p>
<p>Probably its time to take the lessons learned and start a new project from scratch, this time focusing on a cleaner development environment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephan</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-1/#comment-305404</link>
		<dc:creator>stephan</dc:creator>
		<pubDate>Fri, 09 Jul 2010 10:10:16 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305404</guid>
		<description>@Thomas: I&#039;m more interested in getting things done than in language features. Fiddling for days with the environment is too costly to me. But YMMV.</description>
		<content:encoded><![CDATA[<p>@Thomas: I&#8217;m more interested in getting things done than in language features. Fiddling for days with the environment is too costly to me. But YMMV.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bootstrapper</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-1/#comment-305403</link>
		<dc:creator>Bootstrapper</dc:creator>
		<pubDate>Fri, 09 Jul 2010 10:08:40 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305403</guid>
		<description>What ever the language, How good it is, how many feature it no one bother&#039;s it if its not stable. To be a mainstream language it has to be used by the &quot;average&quot; developers not by researchers.

If a early adapter and a awesome developer like you face issue in dealing with, think of the average ones, this kind of breaking changes   needs a serious attention from scala community.

If Scala needs to be adapted by  average developers then tooling support, backward compatible  APIs and  issues like this has to be taken very seriously.

Disclaimer: Im a big fan of scala as well.</description>
		<content:encoded><![CDATA[<p>What ever the language, How good it is, how many feature it no one bother&#8217;s it if its not stable. To be a mainstream language it has to be used by the &#8220;average&#8221; developers not by researchers.</p>
<p>If a early adapter and a awesome developer like you face issue in dealing with, think of the average ones, this kind of breaking changes   needs a serious attention from scala community.</p>
<p>If Scala needs to be adapted by  average developers then tooling support, backward compatible  APIs and  issues like this has to be taken very seriously.</p>
<p>Disclaimer: Im a big fan of scala as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Jung</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-1/#comment-305400</link>
		<dc:creator>Thomas Jung</dc:creator>
		<pubDate>Fri, 09 Jul 2010 10:05:59 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305400</guid>
		<description>Everything has it&#039;s price. 

The leastest JDK 5 release was 5 years ago, had mostly minor features on the surface and is backwards compatible.

Scala released are more frequent, change a lot at the surface, introduce a lot of language features, break source and binary compatiblity.

You have to pick which mode of platform evolution does fit to your project.

Btw, updating from Java 6 to 7 will be more like from 1.4 to 5 than 5 to 6. Java was very static since Java 5 was released.</description>
		<content:encoded><![CDATA[<p>Everything has it&#8217;s price. </p>
<p>The leastest JDK 5 release was 5 years ago, had mostly minor features on the surface and is backwards compatible.</p>
<p>Scala released are more frequent, change a lot at the surface, introduce a lot of language features, break source and binary compatiblity.</p>
<p>You have to pick which mode of platform evolution does fit to your project.</p>
<p>Btw, updating from Java 6 to 7 will be more like from 1.4 to 5 than 5 to 6. Java was very static since Java 5 was released.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephan</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-1/#comment-305399</link>
		<dc:creator>stephan</dc:creator>
		<pubDate>Fri, 09 Jul 2010 09:59:27 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305399</guid>
		<description>@Thomas: There is a reasearch paper? Whoops, now it&#039;s a language feature and another one is out.</description>
		<content:encoded><![CDATA[<p>@Thomas: There is a reasearch paper? Whoops, now it&#8217;s a language feature and another one is out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephan</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-1/#comment-305397</link>
		<dc:creator>stephan</dc:creator>
		<pubDate>Fri, 09 Jul 2010 09:58:18 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305397</guid>
		<description>@Thomas: No, it&#039;s not a 2.8 issue, it&#039;s a mindset issue. The same will happen with 2.9 and 3.0 till the end of time. 

And the issue was there before 2.8.</description>
		<content:encoded><![CDATA[<p>@Thomas: No, it&#8217;s not a 2.8 issue, it&#8217;s a mindset issue. The same will happen with 2.9 and 3.0 till the end of time. </p>
<p>And the issue was there before 2.8.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephan</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-1/#comment-305396</link>
		<dc:creator>stephan</dc:creator>
		<pubDate>Fri, 09 Jul 2010 09:57:03 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305396</guid>
		<description>@Mirko: Because library maintainers switch to the bleeding edge when fixing bugs in their library. As I&#039;ve said, it&#039;s not only a Scala developer issue, but a community one.

@Benoît: But you have very little problems coming from the language in Java - mixing 1.4, 1.5 and 1.6 code is a non-issue, tools help a lot.

&quot;It is clearly the good time, and the last time for Scala to break the compatibility to produce a good language without the old pans…&quot;

The attitude doesn&#039;t change, so the problems won&#039;t change either. It will be the same next time, because of &quot;urgent changes&quot; - only this one more time.

@Ulf: +1</description>
		<content:encoded><![CDATA[<p>@Mirko: Because library maintainers switch to the bleeding edge when fixing bugs in their library. As I&#8217;ve said, it&#8217;s not only a Scala developer issue, but a community one.</p>
<p>@Benoît: But you have very little problems coming from the language in Java &#8211; mixing 1.4, 1.5 and 1.6 code is a non-issue, tools help a lot.</p>
<p>&#8220;It is clearly the good time, and the last time for Scala to break the compatibility to produce a good language without the old pans…&#8221;</p>
<p>The attitude doesn&#8217;t change, so the problems won&#8217;t change either. It will be the same next time, because of &#8220;urgent changes&#8221; &#8211; only this one more time.</p>
<p>@Ulf: +1</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas Jung</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-1/#comment-305395</link>
		<dc:creator>Thomas Jung</dc:creator>
		<pubDate>Fri, 09 Jul 2010 09:54:37 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305395</guid>
		<description>You should correct your title to &quot;Scala 2.8 is Unfit for Serious Development&quot;. This not news. It&#039;s not released yet. Would you expect to have a stable OpenJDK 7 now (we should have feature freeze by now as far as I do remember)?</description>
		<content:encoded><![CDATA[<p>You should correct your title to &#8220;Scala 2.8 is Unfit for Serious Development&#8221;. This not news. It&#8217;s not released yet. Would you expect to have a stable OpenJDK 7 now (we should have feature freeze by now as far as I do remember)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Colin Howe</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-1/#comment-305391</link>
		<dc:creator>Colin Howe</dc:creator>
		<pubDate>Fri, 09 Jul 2010 09:42:43 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305391</guid>
		<description>Will be interesting to see what happens after 2.8 with regards to stability. Wouldn&#039;t surprise me if someone attempted to fork Scala and keep the feature-set more static..</description>
		<content:encoded><![CDATA[<p>Will be interesting to see what happens after 2.8 with regards to stability. Wouldn&#8217;t surprise me if someone attempted to fork Scala and keep the feature-set more static..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hamlet D'Arcy</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-1/#comment-305390</link>
		<dc:creator>Hamlet D'Arcy</dc:creator>
		<pubDate>Fri, 09 Jul 2010 09:42:42 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305390</guid>
		<description>&quot;Would love to use C# if not for Microsoft&quot;... 

F# is a wonderful creation and fits your criteria better than C#... but it is sadly still tied to the .NET platform for execution.</description>
		<content:encoded><![CDATA[<p>&#8220;Would love to use C# if not for Microsoft&#8221;&#8230; </p>
<p>F# is a wonderful creation and fits your criteria better than C#&#8230; but it is sadly still tied to the .NET platform for execution.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mirko Stocker</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-1/#comment-305389</link>
		<dc:creator>Mirko Stocker</dc:creator>
		<pubDate>Fri, 09 Jul 2010 09:42:06 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305389</guid>
		<description>Hi 

What I don&#039;t understand is, if you want to do serious development, why do you even use release candidates? Why not just wait for the final release and then upgrade?

-- Mirko</description>
		<content:encoded><![CDATA[<p>Hi </p>
<p>What I don&#8217;t understand is, if you want to do serious development, why do you even use release candidates? Why not just wait for the final release and then upgrade?</p>
<p>&#8211; Mirko</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ulf</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-1/#comment-305387</link>
		<dc:creator>ulf</dc:creator>
		<pubDate>Fri, 09 Jul 2010 09:41:39 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305387</guid>
		<description>Someone would eventually have to say it out loud. 

The more pointed variation on the subject is &quot;Scala is more compatible with Java than with yesterday&#039;s Scala&quot;. 

Reminds me a of the C++ of old, the difference is that the Java background now is shining with a level of perfection in compatibility that was unheard of in the days when C++ introduced new levels of incompatibility that variants of C did not have.</description>
		<content:encoded><![CDATA[<p>Someone would eventually have to say it out loud. </p>
<p>The more pointed variation on the subject is &#8220;Scala is more compatible with Java than with yesterday&#8217;s Scala&#8221;. </p>
<p>Reminds me a of the C++ of old, the difference is that the Java background now is shining with a level of perfection in compatibility that was unheard of in the days when C++ introduced new levels of incompatibility that variants of C did not have.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benoît</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-1/#comment-305386</link>
		<dc:creator>Benoît</dc:creator>
		<pubDate>Fri, 09 Jul 2010 09:40:27 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305386</guid>
		<description>I can&#039;t let you say these things in that way.

I am a Java dev for a long time too. And the binary backward compatibility of Java across the version is just one of the big mistakes of Sun. 

Because of the backward compatibility, generics are not complete, autoboxing is just something you have to think of, but don&#039;t use, and a lot of dev are still using Vectors !!!

The choice not to be compatible between 2.7 and 2.8 has clearly been annouced. 

It should have been called 3.0, you are right. But it would have been disturbing for Java dev, wich are used to have major language upgrading with a minor version upgrade (thank you Sun, you know: 1.5, 1.7, ...).

It is clearly the good time, and the last time for Scala to break the compatibility to produce a good language without the old pans...</description>
		<content:encoded><![CDATA[<p>I can&#8217;t let you say these things in that way.</p>
<p>I am a Java dev for a long time too. And the binary backward compatibility of Java across the version is just one of the big mistakes of Sun. </p>
<p>Because of the backward compatibility, generics are not complete, autoboxing is just something you have to think of, but don&#8217;t use, and a lot of dev are still using Vectors !!!</p>
<p>The choice not to be compatible between 2.7 and 2.8 has clearly been annouced. </p>
<p>It should have been called 3.0, you are right. But it would have been disturbing for Java dev, wich are used to have major language upgrading with a minor version upgrade (thank you Sun, you know: 1.5, 1.7, &#8230;).</p>
<p>It is clearly the good time, and the last time for Scala to break the compatibility to produce a good language without the old pans&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Timo Nentwig</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-1/#comment-305381</link>
		<dc:creator>Timo Nentwig</dc:creator>
		<pubDate>Fri, 09 Jul 2010 09:29:26 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305381</guid>
		<description>And the IDEA plugins freezes all the time for seconds (sometimes even have to kill IDEA). Is there any usable IDE plugin? SBT rocks, however.

Hope things will get better when 2.8 final is released (these incompatibilities between version frighten off development effort...).</description>
		<content:encoded><![CDATA[<p>And the IDEA plugins freezes all the time for seconds (sometimes even have to kill IDEA). Is there any usable IDE plugin? SBT rocks, however.</p>
<p>Hope things will get better when 2.8 final is released (these incompatibilities between version frighten off development effort&#8230;).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stephan</title>
		<link>http://codemonkeyism.com/scala-unfit-development/comment-page-1/#comment-305364</link>
		<dc:creator>stephan</dc:creator>
		<pubDate>Fri, 09 Jul 2010 09:09:44 +0000</pubDate>
		<guid isPermaLink="false">http://codemonkeyism.com/?p=1799#comment-305364</guid>
		<description>Update: And I have been in version hell with Scala before twice.</description>
		<content:encoded><![CDATA[<p>Update: And I have been in version hell with Scala before twice.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk (user agent is rejected)
Database Caching 5/97 queries in 0.307 seconds using disk

Served from: codemonkeyism.com @ 2012-02-09 02:51:55 -->
