Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any good Scala-specific frameworks and libraries worth taking a look out there? [closed]

Are there any good Scala-specific frameworks (for whatever purpose) and libraries worth taking a look out there other than Lift web framework?

like image 558
Ivan Avatar asked Sep 07 '10 23:09

Ivan


4 Answers

Let's see:

  • Akka -- Distributed Computing
  • Scalaz -- Functional Programming (above and beyond what Scala provides)
  • ScalaCheck -- Testing framework with auto-sampling
  • ScalaTest / Specs2 -- Traditional testing frameworks

These are my favorites. Of course, there are many libraries out there, but it would be pointless to list here all interesting Scala libraries that exist.

like image 174
Daniel C. Sobral Avatar answered Sep 22 '22 21:09

Daniel C. Sobral


Probably not as popular as some of the others, but I think these really show off what Scala can do:

Squeryl - Basically a typesafe SQL DSL

Scalatra - Ruby Sinatra clone

Play Framework Scala Module - Scala programming for Play

like image 36
Adam Rabung Avatar answered Sep 19 '22 21:09

Adam Rabung


Akka, to be certain.

like image 34
Randall Schulz Avatar answered Sep 22 '22 21:09

Randall Schulz


  • scala xray shows how to use a compiler plugin for good effect.
  • sbt for sure. It's a marvel.
like image 39
Synesso Avatar answered Sep 18 '22 21:09

Synesso