Cel mai bun răspuns
Unele proiecte Scala notabile pe Github:
- Scalaz https://github.com/scalaz
- Slick https://github.com/slick/slick
- Shapeless https://github.com/milessabin/shapeless
- Spire https://github.com/non/spire
- Scala-IO https://github.com/scala-incubator/scala-io
- Scale XML https://github.com/chris-twiner/scalesXml
- Anti-XML https://github.com/djspiewak/anti-xml
- Argonaut https://github.com/ephox/argonaut
Și oamenii de urmat:
- https://github.com/ekmett
- https://github.com/tonymorris
- https://github.com/milessabin
- https://github.com/djspiewak
- https://github.com/nuttycom
- https://github.com/runarorama
- https://github.com/pchiusano
- https://github.com/debasishg
- https://github.com/retronym
- https://github.com/robey
- https://github.com/ephox (grup)
Există o carte promițătoare pe drum, Programare funcțională în Scala, scrisă de un grup de tipi foarte strălucitori: http://manning.com/bjarnason/ Important, are exerciții.
Răspuns
Puteți arunca o privire la Akka (http://akka.io). Deși nu este adecvat strict pentru un începător, Akka constă dintr-o gamă largă de cazuri de utilizare pentru care Scala poate fi utilizat. Mai interesant, Akka oferă, de asemenea, API-uri Java corespunzătoare – astfel încât să puteți compara multe raționale de proiectare API în Scala și Java unul lângă altul. Codul Akka este găzduit pe Github la https://github.com/jboner/akka și https://github.com/jboner/akka -modules ..