Reddit Reddit reviews Programming in Scala: Updated for Scala 2.12

We found 5 Reddit comments about Programming in Scala: Updated for Scala 2.12. Here are the top ones, ranked by their Reddit score.

Computers & Technology
Books
Computer Science
Programming in Scala: Updated for Scala 2.12
CBL Distribution
Check price on Amazon

5 Reddit comments about Programming in Scala: Updated for Scala 2.12:

u/joshlemer · 4 pointsr/Python

You'll definitely wanna check out the coursera course Functional Programming Principles in Scala, and a good textbook I would recommend that covers everything in the language basically, would be Programming in Scala, Third Edition. Both the book, and the course are taught by the creator of the language, Martin Odersky.

u/TJSomething · 2 pointsr/scala

I learned from Programming in Scala and Akka in Action. They're not really tutorials, but they explain a lot of the rationale.

u/zzyzzyxx · 1 pointr/scala

For Scala-the-language I think Odersky's book Programming in Scala is a great intro. I found it extremely readable. One hurdle you might expect coming from JS based on my (limited) experience with JS is due to traditionally object-oriented concepts like inheritance or traditionally functional-programming concepts like closures have meanings and behavior in JS that are not quite the same as in most other languages despite the same terminology, and Scala is built around mixing OO and FP. So be prepared to relearn what some basic concepts mean in the context of a statically-typed mixed-paradigm language.

For Scala-the-ecosystem I'd say start with the basic tools in the sidebar: IntelliJ + Scala plugin and SBT. They'll at least get you building and running some Scala code. I'd take finding libraries for what you need on a case-by-case basis, e.g. waiting until you actually need JSON serialization to before evaluating the various JSON libraries.

u/TrendingCommenterBot · 1 pointr/TrendingReddits

/r/Python

Information Regarding Scala: