Page Index - rohgar/scala-principles-1 GitHub Wiki
36 page(s) in this GitHub Wiki:
- Home
- References
- Course:
- Scala Brief Intro
- Scala Cheat Sheet
- Scala Docs
- Scala Style Guide
- SBT Intro
- Submitting Assignments
- Class Hierarchies and Dynamic Binding
- Classes and Objects
- Collections (List Methods)
- Collections (Lists Applying functions to elements)
- Collections (Lists Reduction)
- Collections (Lists)
- Collections (Maps)
- Collections (Pairs and Tuples)
- Collections (Vectors and Ranges)
- Collections Theory (Lists concat and reverse)
- Combinatorial Search and For Expressions
- Conclusion
- Decomposition
- Higher Order Functions
- Implicit Parameters
- Java Vs Scala
- Objects Everywhere
- Operators, Precedence and Type
- Organizing Classes and Scala Class Hierarchy
- Pattern Matching
- Polymorphism ( Subtyping and Generics )
- Programming Paradigms and Introduction
- Putting the Pieces Together
- Sets and Combinatorial Search Example
- Substition Model (CBV, CBN) and Tail Recursion
- Substitution Model (CBV, CBN) with Classes
- Subtyping and Generics (Bounds and Covariance)