Scala
- 15 avril 2011
Programming in Scala, First Edition
la 1ère édition gratos online ! coool
- 14 avril 2011 Monads Are Not Metaphors - Code Commit
- 12 avril 2011
twitter/ostrich - GitHub
Ostrich is a small library for collecting and reporting runtime statistics and debugging info from a scala server. It can collect counters, gauges, and timings, and it can report them via log files or a simple web interface that includes graphs. A server can also be asked to shutdown or reload its config files using these interfaces. The idea is that it should be simple and straightforward, allowing you to plug it in and get started quickly.
- 11 avril 2011
scalatra/scalatra - GitHub
Tiny Scala web framework, inspired by Sinatra
- 11 avril 2011
lift/lift_sbt_prototype - GitHub
A Prototypical Lift app with sbt as the build system rather than Maven
- 7 avril 2011
{{ mustache }}
Available in Ruby, JavaScript, Python, Erlang, PHP, Perl, Objective-C, Java, .NET, Android, C++, Go, Lua, ooc, ActionScript, ColdFusion, Scala, Clojure, Fantom, CoffeeScript, D, and for node.js.
Works great with TextMate, Vim, Emacs, and Coda.
- 2 mars 2011 S-99: Ninety-Nine Scala Problems
- 6 janvier 2011
Barre Verte ! | Notes de développeurs sur le logiciel, le design, l'agilité, l'open source, les mobiles, linux…
Notes de développeurs sur le logiciel, le design, l’agilité, l’open source, les mobiles, linux…
- 5 mai 2010 Scala Days 2010 - Videos | Scala Days 2010
- 12 août 2009 Programming Scala
- 3 août 2009
scala-migrations - Project Hosting on Google Code
Scala Migrations is a library to manage upgrades and rollbacks to database schemas. Migrations allow a source control system to manage together the database schema and the code using the schema. It is designed to allow multiple developers working on a project with a database backend to design schema modifications independently, apply the migrations to their local database for debugging and when complete, check them into a source control system to manage as one manages normal source code. Other developers then check out the new migrations and apply them to their local database. Finally, the migrations are used to migrate the production databases to the latest schema version.
- 3 août 2009 Sony Pictures Imageworks - Open Source - Scala Migrations
- 17 juillet 2009 developerWorks : Java technology : Technical library view
- 24 juin 2009
Erik Engbrecht's Blog: Pondering Actor Design Trades
Why is the standard Scala actor implementation so complex when others have done it in a such simpler fashion?
Is it better to have one, big actor library that supports a wide variety of use cases, or a bunch of smaller ones targeted at specific niches and programming styles?
If there are to be a bunch, should they just be conceptually similar (e.g. all based on the actor model), or should there be interoperability among them?
- 19 juin 2009
scalacheck - Google Code
ScalaCheck is a powerful tool for automatic unit testing of Scala and Java programs. It features automatic test case generation and minimization of failing test cases. ScalaCheck started out as a Scala port of the Haskell library QuickCheck, and has since evolved and been extended with features not found in Haskell QuickCheck.
- 19 juin 2009
ScalaTest
ScalaTest is a free, open-source testing tool for Scala and Java programmers. It is written in Scala, and enables you to write tests in Scala to test either Scala or Java code. It is released under the Apache 2.0 open source license.
- 19 juin 2009
The Pragmatic Bookshelf | Programming Scala
Scala is an exciting, modern, multi-paradigm language for the JVM. You can use it to write traditional, imperative, object-oriented code. But you can also leverage its higher level of abstraction to take full advantage of modern, multicore systems. Programming Scala will show you how to use this powerful functional programming language to create highly scalable, highly concurrent applications on the Java Platform.
- 19 juin 2009 First Steps to Scala
- 19 juin 2009 Scalazine
- 19 juin 2009
Java to Scala with the Help of Experts | The Scala Programming Language
Java to Scala with the Help of Experts