├── README.md ├── chapters ├── Asynchronicity.md ├── Basic-control-structures.md ├── Basic-functional-constructs.md ├── Classes-and-objects.md ├── Collections-library.md ├── Dissection-of-Hello-World.md ├── Generics-and-type-members.md ├── Handling-data-in-functional-way.md ├── Implicits.md ├── Macros.md ├── Methods-and-operators.md ├── Modularization-and-object-orientation.md ├── Notes.md ├── Packages-and-imports.md ├── Traits.md ├── Type-system-basics.md └── Variance.md └── images └── scalatypes.png /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghik/opinionated-scala/HEAD/README.md -------------------------------------------------------------------------------- /chapters/Asynchronicity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghik/opinionated-scala/HEAD/chapters/Asynchronicity.md -------------------------------------------------------------------------------- /chapters/Basic-control-structures.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghik/opinionated-scala/HEAD/chapters/Basic-control-structures.md -------------------------------------------------------------------------------- /chapters/Basic-functional-constructs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghik/opinionated-scala/HEAD/chapters/Basic-functional-constructs.md -------------------------------------------------------------------------------- /chapters/Classes-and-objects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghik/opinionated-scala/HEAD/chapters/Classes-and-objects.md -------------------------------------------------------------------------------- /chapters/Collections-library.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghik/opinionated-scala/HEAD/chapters/Collections-library.md -------------------------------------------------------------------------------- /chapters/Dissection-of-Hello-World.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghik/opinionated-scala/HEAD/chapters/Dissection-of-Hello-World.md -------------------------------------------------------------------------------- /chapters/Generics-and-type-members.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghik/opinionated-scala/HEAD/chapters/Generics-and-type-members.md -------------------------------------------------------------------------------- /chapters/Handling-data-in-functional-way.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghik/opinionated-scala/HEAD/chapters/Handling-data-in-functional-way.md -------------------------------------------------------------------------------- /chapters/Implicits.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghik/opinionated-scala/HEAD/chapters/Implicits.md -------------------------------------------------------------------------------- /chapters/Macros.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghik/opinionated-scala/HEAD/chapters/Macros.md -------------------------------------------------------------------------------- /chapters/Methods-and-operators.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghik/opinionated-scala/HEAD/chapters/Methods-and-operators.md -------------------------------------------------------------------------------- /chapters/Modularization-and-object-orientation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghik/opinionated-scala/HEAD/chapters/Modularization-and-object-orientation.md -------------------------------------------------------------------------------- /chapters/Notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghik/opinionated-scala/HEAD/chapters/Notes.md -------------------------------------------------------------------------------- /chapters/Packages-and-imports.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghik/opinionated-scala/HEAD/chapters/Packages-and-imports.md -------------------------------------------------------------------------------- /chapters/Traits.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghik/opinionated-scala/HEAD/chapters/Traits.md -------------------------------------------------------------------------------- /chapters/Type-system-basics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghik/opinionated-scala/HEAD/chapters/Type-system-basics.md -------------------------------------------------------------------------------- /chapters/Variance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghik/opinionated-scala/HEAD/chapters/Variance.md -------------------------------------------------------------------------------- /images/scalatypes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ghik/opinionated-scala/HEAD/images/scalatypes.png --------------------------------------------------------------------------------