Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 1.15 KB

README.md

File metadata and controls

18 lines (16 loc) · 1.15 KB

Somewhat opinionated Scala guide

This is a tutorial intended to guide developers already familiar with Java through the Scala language. It mostly focuses on language itself and the way it changes basic programming style as compared to Java. It is also somewhat opinionated in terms of usability of various Scala features and stylistic recommendations.

  1. Dissection of Hello World
  2. Basic control structures
  3. Type system basics
  4. Methods and operators
  5. Basic functional constructs
  6. Handling data in functional way
  7. Packages and imports
  8. Classes and objects
  9. Traits
  10. Generics and type members
  11. Variance
  12. Implicits
  13. Collections library [draft]
  14. Macros [draft]