• 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:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

What's the book place among the Scala books available?

 
Ranch Hand
Posts: 376
Scala Monad
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What's the focus of the book? Learning Scala? Solving concurrency problems using Scala? How you'll compare it to other Scala books?
 
Author
Posts: 135
10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Gabriel

There are quite a few very good Scala books in the market today. The book I have written has the following
intent and focus:

My main focus in this book is to help an experienced Java developer learn the essentials of
Scala so that he/she can become productive fairly quickly to write concurrent applications using it.
To this effect, I take the reader quickly through the main concepts like closures, how to write
classes, how things are similar and where they differ from Java, how to use collections, traits,
and pattern matching. Then I show how Scala alleviates the problems in multithreading and show
how to program using actors. You will learn how to create and use actors and when to use react vs. receive.
In the final chapter I create a single threaded application and then evolve it in a few steps into a concurrent
application, providing the reasons for the steps taken.
 
Gabriel Claramunt
Ranch Hand
Posts: 376
Scala Monad
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Looks great, thanks!
 
Destiny's powerful hand has made the bed of my future. And this tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic