Rating:

(7 reviews)
Author: Visit Amazon's Alvin Alexander Page
ISBN : 1449339611
New from $36.85
Format: PDF
Free download Free Scala Cookbook: Recipes for Object-Oriented and Functional Programming Paperback from 4shared, mediafire, hotfile, and mirror link
About the Author
Alvin took the circuitous route to software development. He managed to get a degree in Aerospace Engineering from Texas A&M University, while all he was really trying to do was play baseball. Once he became a practicing engineer, he realized he liked software and programming more than engineering. So in approximate order he taught himself Fortran, C, Unix and network administration, sed, awk, Perl, Java, Python, Ruby, JRuby, Groovy, PHP, and Scala. During this process he started a software consulting firm, grew it to fifteen people, sold it, and moved to Alaska for a few years. After returning to the “Lower 48,” he self-published two books (“How I Sold My Business: A Personal Diary”, and “Zen and the Art of Consulting”). He also created devdaily.com, which receives millions of page views every year, and started a new software consulting business, Valley Programming.
Download latest books on mediafire and other links compilation Free Scala Cookbook: Recipes for Object-Oriented and Functional Programming Paperback
- Paperback: 722 pages
- Publisher: O'Reilly Media; 1 edition (August 20, 2013)
- Language: English
- ISBN-10: 1449339611
- ISBN-13: 978-1449339616
- Product Dimensions: 1.5 x 6.9 x 9.1 inches
- Shipping Weight: 2.6 pounds (View shipping rates and policies)
Free Scala Cookbook: Recipes for Object-Oriented and Functional Programming
"If new programmers have time to learn only one language this year, it should be Scala." That's a quote from a top MIT engineer and professor and Google employee, from a conference I attended on "Most likely successors to JAVA." Say what? I'm a roboticist and engineer, and to look absolutely idiotic, I'd never even HEARD of Scala until that moment!
But I HAD heard of LISP, Haskell, C#, Java and my beloved Python. Little did I realize before the conference (3 years ago) that Scala actually COMBINES the best of all those, runs on the Java JVM, uses tools like Ant seamlessly, and has non-glue access to ALL the Java libraries.
But that's just the beginning. Scala is niether purely functional nor purely imperative, is static typed, yet works wonderfully in my real time robotics applications. Unlike even C#, let alone Java, you can do "quick" object compile commands without statics or class declarations, just like a script! You can access the JVM compiler, or .net. or scala's own interpreter, depending on your need. WOW. Scala has the functional bennies of pattern matching, macros, currying, tail recursion, immutability, algebraic types, lazy evaluation, pattern matching and many more; fixes the non unified type and type erasure as well as checked exceptions problems in Java (and many others); Scala has a unified type system (like C#) unlike Java, even though it is Java seamless!
So what do all these wonderful things have to do with this gem of a book? Easy: what good is a book if it just rehashes the Java features and misses the unique wonders of Scala? THIS TEXT DELIVERS! By that I mean it gives examples of ALL the differences, in English and code, that make this language a winner among winners.
To begin with, it has the clearest explanation of flatmap I have read (and I've read a lot) although its the clearest it didn't actually talk about flatmap source code implementation itself. I think this describes best the book. It handles lot of small problems and questions you would have about Scala and have a very good explanation of them. By this its doing a very good job for those specific items and issues explanations. Naturally this means it has a less organized step by step chronological description of the language, other Scala books do a better job on this, however this is not its aim. The author knows to write, not only is he clear, he knows how to make the reading enjoyable, and tend to raise notions i had in my mind by didn't dare to ask (such as map flat sounds better than flat map).
In CHAPTER 13: The book discusses as well (very clear, concise, perfect - no need to repeat that) akka actors, and again he does a marvelous job in it. It's a great entry point into akka, once you get the akka chapter you have the groudbase to dive deeper. An example of why its fun to read is that as an example of the Actor lifecycle an Actor named Kenny is created, so you can practically "restart" Kenny which is nice for southpark lovers (finally we get something useful out of southpark..)
The book provides me with what i expected and more. I expected it to be a cookbook and indeed i'm upgrading my scala cooking skill with it. It has surprised me to the better, it is a much better scala book than i expected as its very clear and concise. It talks about real world problems. I like its problem - solution format. I practically had all problems as questions while programming in scala and had to look out for answers or deduce them.
Download Link 1