Scala Programming 2nd Edition of Deprecated Concepts

I am reading Scala Programming 2nd edition based on Scala 2.8

I read in Scala release notes that many concepts, such as Actors, which are explained in the above book, were phased out.

Can you suggest which chapters I can skip from this book and read from other sources?

Edit 1: I checked the change log, which gave me a good idea of ​​the new features added.

Any good learning resources

  • Akka Actors
  • Parrallel Collections
  • Macros
+4
source share

All Articles