15

What open source projects would you recommend for people to study to learn how the pros write Scala?

Some of the attributes that I'm looking for - though they don't all have to be present in every exemplary project:

  • Idiomatic use of the language and libraries
  • Functional programming techniques
  • Concurrency (using Actors or other methods)
  • Large scale system with many modules
  • Readability
  • Java interop
  • etc.

1 Answer 1

9

The Akka project can be interesting (but quite complex): source code.

You can combine that reading with the Scala Style guide.

1
  • I've been looking at the Akka code recently. It is very nice. Commented Jun 30, 2012 at 2:05

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.