• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Scala Cookbook - It is worth the buy

 
Ranch Hand
Posts: 10198
3
Mac PPC Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I recently purchased this book and I really liked reading through it. It is not an advanced material on Scala, but it really helps you understand the Scala language basics. To my surprise, there is even a chapter on Web Services. As I keep saying that the core language features of Scala is huge compared to that of Java, this book is a welcome addition that would enable you to get quickly familiarized with the language basics. If you looking for some good introductory material, go for this book. You will learn from the vast amount of examples given in this book.
 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I agree and would also highly recommend Alvin's book. I am a beginner with Scala but have felt very much at home with the book's style and contents.
 
Ranch Hand
Posts: 37
Eclipse IDE Tomcat Server Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think it is worth mentioning Martin Odersky scala course at https://www.coursera.org/course/progfun
 
Ranch Hand
Posts: 262
4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
[quote]I think it is worth mentioning Martin Odersky scala course at https://www.coursera.org/course/progfun[/quote]

I've heard good reviews of the course. I had enrolled into the course a month back.

They've released the first set of lectures. I might have some time next month, so I'm hoping I'll be able to keep up with the course. I have done the mistake of enrolling into two coursera courses at the same time in the past. Since I'm not going to be repeating that mistake this time, I might as well be able to keep up with the course. :-)
 
Bartender
Posts: 2407
36
Scala Python Oracle Postgres Database Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Many thanks for recommending this excellent book, Joe - I've given you a cow for this

I bought the ebook version initially, but there's so much useful stuff in this book that I bought the hard copy as well, so I can have it open on my desk next to me. You'll learn a lot about Scala by simply reading through the various recipes in this book, and it covers a huge amount of material very clearly and thoroughly. I'm starting to work on Scala again soon, so I'm confident that this book will be a very helpful resource.

Highly recommended!
 
Joe San
Ranch Hand
Posts: 10198
3
Mac PPC Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

chris webster wrote:Many thanks for recommending this excellent book, Joe - I've given you a cow for this

I bought the ebook version initially, but there's so much useful stuff in this book that I bought the hard copy as well, so I can have it open on my desk next to me. You'll learn a lot about Scala by simply reading through the various recipes in this book, and it covers a huge amount of material very clearly and thoroughly. I'm starting to work on Scala again soon, so I'm confident that this book will be a very helpful resource.

Highly recommended!



Thanks for the Cow! I'll milk it now.
 
Ranch Hand
Posts: 239
12
Scala IntelliJ IDE Eclipse IDE Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How does the cookbook material overlap with the material on Alvin Alexander's website? Is his page a good preview of the book?
 
chris webster
Bartender
Posts: 2407
36
Scala Python Oracle Postgres Database Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Scott Shipp wrote:How does the cookbook material overlap with the material on Alvin Alexander's website? Is his page a good preview of the book?


From what I've seen, some of the material from the book is on the website, but the book is much more comprehensive and gives you a lot of well-structured explanations on how to do things e.g. by working through successive recipes on a particular topic. I'm using the cookbook every day right now as I'm working on some Scala prototypes, and I would highly recommend it to anybody who's just getting started with Scala.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic