Real-world examples of Scala applications? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-19T11:05:19Z http://stackoverflow.com/feeds/question/190110 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/190110/real-world-examples-of-scala-applications 7 Real-world examples of Scala applications? Julie 2008-10-10T04:18:12Z 2009-10-29T12:13:47Z <p>Has anyone out there worked on, or know of any real-world Scala applications? There has been a lot of talk lately, and I have even gone so far as to start learning it. I'd like to know if there are any real-world indicators out there as to whether my benefit from learning scala will be purely academic, or whether this skill will be worth something on a resume in the future.</p> <p>EDIT: Thank you for the three answers so far - they indicate different crucial pieces of the puzzle - tool support, experimentation/academic support and the brave few who venture out there and try to build a for-profit application with it.</p> http://stackoverflow.com/questions/190110/real-world-examples-of-scala-applications/190372#190372 8 Answer by Matt J for Real-world examples of Scala applications? Matt J 2008-10-10T07:06:28Z 2008-10-10T07:13:27Z <ul> <li><p><a href="http://gaydenko.com/scala/tiscaf/httpd/" rel="nofollow">Here's</a> a moderately-featured webserver written in Scala.</p></li> <li><p><a href="http://code.google.com/p/liftweb/" rel="nofollow">Here's</a> a promising web app framework, also referenced heavily at the <a href="http://www.siliconvalley-codecamp.com/Sessions.aspx?sortby=title&amp;by=category&amp;tag=207" rel="nofollow">2008 Silicon Valley Code Camp</a>.</p></li> <li><p><a href="http://code.google.com/p/jiva-ng/" rel="nofollow">Here's</a> a genetic algorithms toolkit, which people like <a href="http://marblemice.com/2008/09/26/hill-climbing-with-scala/" rel="nofollow">this guy</a> have found to be fairly intuitive to use.</p></li> </ul> <p>As a relatively fledgling language, the examples are, as you've surmised, still somewhat scarce. With any luck, this won't be the case much longer :-)</p> <p>Hope this helps!</p> http://stackoverflow.com/questions/190110/real-world-examples-of-scala-applications/190391#190391 1 Answer by Kevin Albrecht for Real-world examples of Scala applications? Kevin Albrecht 2008-10-10T07:17:34Z 2008-10-10T07:17:34Z <p>Two examples I have found recently:</p> <p>1) An article about a <a href="http://lambda-the-ultimate.org/node/2147" rel="nofollow">website written in Scala</a>.</p> <p>2) A company is "building a product suite for private banking and wealth management with a focus on portfolio management, analysis and simulation", as <a href="http://jonasboner.com/2008/10/01/real-world-scala-introduction/" rel="nofollow">Jonas Bonér states</a>. He has interesting observations on Scala, by the way.</p> http://stackoverflow.com/questions/190110/real-world-examples-of-scala-applications/191088#191088 3 Answer by djb for Real-world examples of Scala applications? djb 2008-10-10T12:48:41Z 2008-10-10T12:48:41Z <p>Take a look at Jonas Bonér's blog series beginning with <a href="http://jonasboner.com/2008/10/01/real-world-scala-introduction" rel="nofollow">Real-World Scala: Introduction</a>:</p> <blockquote> <p>The last nine months I have been running my own business together with some friends (Triental AB). We are building a product suite for private banking and wealth management with a focus on portfolio management, analysis and simulation.</p> </blockquote> <p>followed by <a href="http://jonasboner.com/2008/10/06/real-world-scala-dependency-injection-di/" rel="nofollow">Real-World Scala: Dependency Injection</a> ... export more in the series,</p> <p>There is also some discussion <a href="http://www.artima.com/forums/flat.jsp?forum=270&amp;thread=239781" rel="nofollow">on Artima</a>.</p> http://stackoverflow.com/questions/190110/real-world-examples-of-scala-applications/203915#203915 4 Answer by Kevin Albrecht for Real-world examples of Scala applications? Kevin Albrecht 2008-10-15T07:02:51Z 2008-10-20T20:03:16Z <p>Twitter also uses Scala for both back-end and front-end production code. See my blog here <a href="http://kevinoncode.blogspot.com/2008/10/octobers-bay-area-scala-enthusiasts.html" rel="nofollow">http://kevinoncode.blogspot.com/2008/10/octobers-bay-area-scala-enthusiasts.html</a> and <a href="http://kevinoncode.blogspot.com/2008/10/octobers-bay-area-scala-enthusiasts_17.html" rel="nofollow">http://kevinoncode.blogspot.com/2008/10/octobers-bay-area-scala-enthusiasts_17.html</a></p> http://stackoverflow.com/questions/190110/real-world-examples-of-scala-applications/427984#427984 1 Answer by Daniel for Real-world examples of Scala applications? Daniel 2009-01-09T13:07:51Z 2009-01-09T13:07:51Z <p>There is <a href="http://liftweb.net/index.php/Main_Page" rel="nofollow">Lift</a>, a web framework based on Scala.</p>