최상의 답변
Github의 주목할만한 Scala 프로젝트 :
- Scalaz https://github.com/scalaz
- 매끈한 https://github.com/slick/slick
- 모양이없는 https://github.com/milessabin/shapeless
- Spire https://github.com/non/spire
- Scala-IO https://github.com/scala-incubator/scala-io
- XML 확장 https://github.com/chris-twiner/scalesXml
- Anti-XML https://github.com/djspiewak/anti-xml
- Argonaut https://github.com/ephox/argonaut
및 팔로우 할 사람 :
- 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 (그룹)
진행중인 유망한 책인 Functional Programming in Scala 는 매우 뛰어난 사람들이 저술했습니다. http://manning.com/bjarnason/ 중요한 것은 연습 문제가 있다는 것입니다.
답변
Akka를 살펴볼 수 있습니다 (http://akka.io). 초보자에게 엄격하게 적합하지는 않지만 Akka는 Scala를 사용할 수있는 다양한 사용 사례로 구성됩니다. 더 흥미롭게도 Akka는 해당 Java API도 제공하므로 Scala와 Java의 많은 API 설계 근거를 나란히 비교할 수 있습니다. Akka 코드는 https://github.com/jboner/akka 및 https://github.com/jboner/akka -modules ..
의 Github에서 호스팅됩니다.