Thursday, February 12, 2015

[B103.Ebook] Free PDF Scala Cookbook: Recipes for Object-Oriented and Functional Programming, by Alvin Alexander

Free PDF Scala Cookbook: Recipes for Object-Oriented and Functional Programming, by Alvin Alexander

As one of guide compilations to suggest, this Scala Cookbook: Recipes For Object-Oriented And Functional Programming, By Alvin Alexander has some solid reasons for you to check out. This publication is very ideal with just what you need now. Besides, you will also enjoy this publication Scala Cookbook: Recipes For Object-Oriented And Functional Programming, By Alvin Alexander to check out since this is one of your referred books to read. When going to get something brand-new based upon experience, entertainment, and other lesson, you could utilize this book Scala Cookbook: Recipes For Object-Oriented And Functional Programming, By Alvin Alexander as the bridge. Starting to have reading behavior can be undergone from numerous means and from alternative sorts of books

Scala Cookbook: Recipes for Object-Oriented and Functional Programming, by Alvin Alexander

Scala Cookbook: Recipes for Object-Oriented and Functional Programming, by Alvin Alexander



Scala Cookbook: Recipes for Object-Oriented and Functional Programming, by Alvin Alexander

Free PDF Scala Cookbook: Recipes for Object-Oriented and Functional Programming, by Alvin Alexander

New upgraded! The Scala Cookbook: Recipes For Object-Oriented And Functional Programming, By Alvin Alexander from the very best author as well as author is currently readily available right here. This is the book Scala Cookbook: Recipes For Object-Oriented And Functional Programming, By Alvin Alexander that will make your day reviewing comes to be completed. When you are looking for the published book Scala Cookbook: Recipes For Object-Oriented And Functional Programming, By Alvin Alexander of this title in the book establishment, you might not locate it. The problems can be the limited versions Scala Cookbook: Recipes For Object-Oriented And Functional Programming, By Alvin Alexander that are given up the book establishment.

Why should be this book Scala Cookbook: Recipes For Object-Oriented And Functional Programming, By Alvin Alexander to read? You will never get the expertise and encounter without managing on your own there or attempting on your own to do it. For this reason, reading this publication Scala Cookbook: Recipes For Object-Oriented And Functional Programming, By Alvin Alexander is needed. You could be great as well as correct enough to get exactly how essential is reviewing this Scala Cookbook: Recipes For Object-Oriented And Functional Programming, By Alvin Alexander Also you always review by responsibility, you can support yourself to have reading e-book practice. It will be so helpful and also enjoyable after that.

Yet, exactly how is the way to obtain this publication Scala Cookbook: Recipes For Object-Oriented And Functional Programming, By Alvin Alexander Still perplexed? No matter. You could take pleasure in reviewing this book Scala Cookbook: Recipes For Object-Oriented And Functional Programming, By Alvin Alexander by on the internet or soft documents. Merely download and install guide Scala Cookbook: Recipes For Object-Oriented And Functional Programming, By Alvin Alexander in the link supplied to visit. You will certainly get this Scala Cookbook: Recipes For Object-Oriented And Functional Programming, By Alvin Alexander by online. After downloading, you could save the soft data in your computer system or kitchen appliance. So, it will certainly alleviate you to read this book Scala Cookbook: Recipes For Object-Oriented And Functional Programming, By Alvin Alexander in specific time or place. It might be unsure to appreciate reading this e-book Scala Cookbook: Recipes For Object-Oriented And Functional Programming, By Alvin Alexander, since you have great deals of work. However, with this soft file, you could enjoy reading in the spare time even in the voids of your tasks in workplace.

When much more, reviewing behavior will certainly constantly offer beneficial benefits for you. You might not have to spend several times to check out the book Scala Cookbook: Recipes For Object-Oriented And Functional Programming, By Alvin Alexander Just alloted numerous times in our extra or cost-free times while having meal or in your office to read. This Scala Cookbook: Recipes For Object-Oriented And Functional Programming, By Alvin Alexander will reveal you new thing that you could do now. It will help you to enhance the quality of your life. Occasion it is simply an enjoyable book Scala Cookbook: Recipes For Object-Oriented And Functional Programming, By Alvin Alexander, you can be happier and a lot more fun to appreciate reading.

Scala Cookbook: Recipes for Object-Oriented and Functional Programming, by Alvin Alexander

Save time and trouble when using Scala to build object-oriented, functional, and concurrent applications. With more than 250 ready-to-use recipes and 700 code examples, this comprehensive cookbook covers the most common problems you’ll encounter when using the Scala language, libraries, and tools. It’s ideal not only for experienced Scala developers, but also for programmers learning to use this JVM language.

Author Alvin Alexander (creator of DevDaily.com) provides solutions based on his experience using Scala for highly scalable, component-based applications that support concurrency and distribution. Packed with real-world scenarios, this book provides recipes for:

  • Strings, numeric types, and control structures
  • Classes, methods, objects, traits, and packaging
  • Functional programming in a variety of situations
  • Collections covering Scala's wealth of classes and methods
  • Concurrency, using the Akka Actors library
  • Using the Scala REPL and the Simple Build Tool (SBT)
  • Web services on both the client and server sides
  • Interacting with SQL and NoSQL databases
  • Best practices in Scala development

  • Sales Rank: #437780 in Books
  • Published on: 2013-08-23
  • Original language: English
  • Number of items: 1
  • Dimensions: 9.19" h x 1.50" w x 7.00" l, 2.47 pounds
  • Binding: Paperback
  • 722 pages

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.

Most helpful customer reviews

24 of 25 people found the following review helpful.
Best Scala Book by far in a Group of MANY Outstanding...
By Let's Compare Options Preptorial
"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.

At over 700 pages, you can frame this amazing book as a learning text, a reference, a cookbook, an encyclopedia, and for sure a valued friend for the library of every Java and C# jock. Because of parallel, concurrency and run time features (dear to the heart of roboticists, circuit folks like me), I believe that this text gives powerful evidence that Scala could not only be the next Java, but next C in circuits, Erlang in parallel (Early Scala used the Actor model, but that is being phased out for AKKA in the next few releases), and Lisp in functional!

You don't need to know Scala to benefit from this book, and in fact you CAN LEARN Scala just as well with this book as any of the intro Scala texts, and save yourself a ton of money and duplication, BUT like those many fine intro texts, you still have to understand basic OOP/ functional or both (in other words use it to learn your soon to be favorite language, but not to learn basic programming). In other words, if classes, functions, types, recursion, objects etc. still confuse you, this isn't the place to start. Another cool thing about both this text and Scala is that they get rid of the very silly "never use go to" that was supposedly the hallmark of imperative, and cut through all that baloney (can you say jump statements?) with very clear and simple switch and other alternatives. Both day to day coders like myself will love this cookbook, as well as "purists" who look down their noses at Java itself due to Prolog or Lisp. THIS TEXT AND THIS LANGUAGE truly blend all the best features of both worlds!

Highly recommended for coders of all skills, even advanced pros, and of course oddballs like me who are more into circuits, embedded and run - real time monsters, robotics, etc. If you're just getting out of High School and are considering which language to get started with, I'm not trashing Java (and still LOVE Lisp and Python), but I've got to say I wish I'd read this text when making those decisions! Due to being an O'reilly tome, the code also is relatively bulletproof and most of the snippets I tried ran flawlessly, but out of nearly 1,000 yummy pieces of this pie, I've only tried about 100, so take it in that context. Most authors (including this text) don't consider Scala a good language to use to "learn basic programming" -- but also concede that since Twitter, Netflix and LinkedIn run on it (among many others) it IS worth eventually learning.

ROBOTICIST/ INVENTOR EMAILER ANSWER: YES, I do think this also could be a C or C++ successor, including in embedded. Surely not as a "spice" circuit compiler, but more for very large, data intensive applications just as when you move from Arduino schemes to Linux as you evolve. If I were Apple, I'd be eyeing it in lieu of C++ right now. I mean, think about it, both .net and JVM are used in embedded bricks today. One of our most complex, 60 degrees of freedom pick and pack machines includes the JVM. There are Haskell and Scheme solutions that would make the Java used MUCH better, and Scala allows that "big data," parallel combination to happen ON the JVM, while adding the wonderfully robust Matlab/simulink like libraries of functional CAS approaches, and soon, AKKA.

Truly next decade's language in my opinion, granted after only using it for a few years (remember, fully stable versions are still coming out as this review is being written! If you're a patent type or circuit/ software developer, N.B.). If you also think the relatively new Oracle/Sun thing might mean bye bye Java innovation... well, here's a place to turn! We get a lot of requests to review books, and there seems to be a new Scala book coming out every month, so if that's any indication, here's a language that looks like a clear frontrunner for the Java throne.

Library Picks reviews only for the benefit of Amazon shoppers and has nothing to do with Amazon, the authors, manufacturers or publishers of the items we review. We always buy the items we review for the sake of objectivity, and although we search for gems, are not shy about trashing an item if it's a waste of time or money for Amazon shoppers. If the reviewer identifies herself, her job or her field, it is only as a point of reference to help you gauge the background and any biases.

4 of 4 people found the following review helpful.
Great Practical Reference
By Misja Alma
This is a great book for when you know a little bit Scala already, but you're looking for some best practices and practical solutions when building an application.
The book is more of a reference manual than a reading book. It consists of a large number of practical problems and their solutions. But what I liked is that for every topic there is not only a solution, but also a paragraph called 'discussion' which goes a little deeper into the subject.

One could wonder why one would need such a book if you could just Google your question and find the answers on the Internet. But the trouble with that approach is that, in particular for Scala, for each problem there are many possible ways to solve it. And some of them might not be good practice, might be deprecated or just plain wrong.
This book gives solid answers, teaches about best practices and tries to tell you where to apply to solution and where not.

5 of 6 people found the following review helpful.
Fantastic!
By Ahmad
Excellent book. Best if you're a bit familiar with Scala & have done a little bit of work with it. This is not a teach yourself Scala book but it didn't start out advanced either. Couldn't be happier with it.

-- Update --
This book is a true gem and continues to impress. I find myself sometimes searching for something online only to find it full with examples and well documented code/practices in this fantastic book which is now an indispensable reference. Hats off to the author.

See all 30 customer reviews...

Scala Cookbook: Recipes for Object-Oriented and Functional Programming, by Alvin Alexander PDF
Scala Cookbook: Recipes for Object-Oriented and Functional Programming, by Alvin Alexander EPub
Scala Cookbook: Recipes for Object-Oriented and Functional Programming, by Alvin Alexander Doc
Scala Cookbook: Recipes for Object-Oriented and Functional Programming, by Alvin Alexander iBooks
Scala Cookbook: Recipes for Object-Oriented and Functional Programming, by Alvin Alexander rtf
Scala Cookbook: Recipes for Object-Oriented and Functional Programming, by Alvin Alexander Mobipocket
Scala Cookbook: Recipes for Object-Oriented and Functional Programming, by Alvin Alexander Kindle

Scala Cookbook: Recipes for Object-Oriented and Functional Programming, by Alvin Alexander PDF

Scala Cookbook: Recipes for Object-Oriented and Functional Programming, by Alvin Alexander PDF

Scala Cookbook: Recipes for Object-Oriented and Functional Programming, by Alvin Alexander PDF
Scala Cookbook: Recipes for Object-Oriented and Functional Programming, by Alvin Alexander PDF

No comments:

Post a Comment