Small and good scala projects to learn scala -- especially functional programming and type system

ScalaFunctional ProgrammingType Systems

Scala Problem Overview


I've studied scala for several months, but still at the beginner level. Now I found I have huge trouble with functional programming and scala's type system.

I tried finding some documents and blogs, but I can't understand most of them(especially type-system ones). So I'm looking for some small and good scala projects that I can read the sources to learn.

Could you please recommend me some?

Scala Solutions


Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionFreewindView Question on Stackoverflow