5 ms·
I used https://twitter.github.io/scala_school/ https://twitter.github.io/scala_school/ to learn, I found it useful.
by raystar 9y ago
I used https://twitter.github.io/scala_school/ https://twitter.github.io/scala_school/ to learn, I found it useful.
- partycoder 9y agoThat tutorial is good. But be mindful that in it there is no explicit distinction being made when using Scala standard library types and Twitter library types. e.g: Futures used in there are from Finagle rather than scala.concurrent.Future
- rlau26 9y agoJust to add on to this incase anyone is wondering, Twitter has a library that allows you to use the different futures together (https://github.com/twitter/bijection https://github.com/twitter/bijection) if you need to.
- Dawny33 9y agoThis course is super good! I also made some brief notes (not complete though), from this course: https://github.com/Dawny33/Notes/blob/master/Programming/Scala/Learning.md https://github.com/Dawny33/Notes/blob/master/Programming/Sca...
- saryant 9y agoThis is really old at this point. IIRC it's for Scala 2.9, so there's stuff that's since deprecated (view bounds) and features it doesn't cover (implicit classes).