Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Good examples of idiomatic scala code

Tags:

scala

Scala is a large and complex language. In my experience, the best way to learn such a language is to read really good code. Are there any open source examples of such code? What can you recommend?

like image 247
Konstantin Solomatov Avatar asked Jul 06 '12 09:07

Konstantin Solomatov


1 Answers

  1. Scalaz. Be aware that it's written in a far more functional style than most Scala code.

  2. Twitter Util (already mentioned in @axel22's answer).

like image 84
Alexey Romanov Avatar answered Oct 07 '22 20:10

Alexey Romanov