Skip to content

Latest commit

 

History

History
106 lines (72 loc) · 3.99 KB

README.md

File metadata and controls

106 lines (72 loc) · 3.99 KB

Scala Tutorial

This is a collection of :

  • scala scripts copied from various sources or implemented by myself while I was learning scala
  • links to various projects, tutorials, plugins

Best scala books

  • Programming Scala 2nd edition by Dean Wampler and Alexy Payne
  • Programming in Scala by Martin Odersky
  • Scala with Cats by Noel Welsh and Dave Gurnell (free e-book)
  • Scala in depth by Josh Suereth

Useful links:

Scala tutorials

Scala collections

Best practices and style guides

Functional programming

Scala exercises / solutions

Plugins

  • scalastyle - the equivalent of checkstyle for scala (eclipse, intellij, maven, gradle)

Todo: