padrino2014

Download Functional Programming in Scala(pdf.epub.mobi)

Oct 24th, 2014
368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. Summary
  2.  
  3. Functional Programming in Scala is a serious tutorial for programmers looking to learn FP and apply it to the everyday business of coding. The book guides readers from basic techniques to advanced topics in a logical, concise, and clear progression. In it, you'll find concrete examples and exercises that open up the world of functional programming.
  4.  
  5. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
  6.  
  7. About the Technology
  8.  
  9. Functional programming (FP) is a style of software development emphasizing functions that don't depend on program state. Functional code is easier to test and reuse, simpler to parallelize, and less prone to bugs than other code. Scala is an emerging JVM language that offers strong support for FP. Its familiar syntax and transparent interoperability with Java make Scala a great place to start learning FP.
  10.  
  11. About the Book
  12.  
  13. Functional Programming in Scala is a serious tutorial for programmers looking to learn FP and apply it to their everyday work. The book guides readers from basic techniques to advanced topics in a logical, concise, and clear progression. In it, you'll find concrete examples and exercises that open up the world of functional programming.
  14.  
  15. This book assumes no prior experience with functional programming. Some prior exposure to Scala or Java is helpful.
  16.  
  17. What's Inside
  18.  
  19. Functional programming concepts
  20. The whys and hows of FP
  21. How to write multicore programs
  22. Exercises and checks for understanding
  23.  
  24. About the AuthorsPaul Chiusano and RĂșnar Bjarnason are recognized experts in functional programming with Scala and are core contributors to the Scalaz library
  25.  
  26. Table of Contents
  27.  
  28. PART 1 INTRODUCTION TO FUNCTIONAL PROGRAMMING
  29. What is functional programming?
  30. Getting started with functional programming in Scala
  31. Functional data structures
  32. Handling errors without exceptions
  33. Strictness and laziness
  34. Purely functional state
  35. PART 2 FUNCTIONAL DESIGN AND COMBINATOR LIBRARIES
  36. Purely functional parallelism
  37. Property-based testing
  38. Parser combinators
  39. PART 3 COMMON STRUCTURES IN FUNCTIONAL DESIGN
  40. Monoids
  41. Monads
  42. Applicative and traversable functors
  43. PART 4 EFFECTS AND I/O
  44. External effects and I/O
  45. Local effects and mutable state
  46. Stream processing and incremental I/O
  47.  
  48.  
  49.  
  50.  
  51. Product Details
  52.  
  53. Pdf.epub.mobi: 320 pages
  54. Publisher: Manning Publications; 1 edition (September 14, 2014)
  55. Language: English
  56. ISBN-10: 1617290653
  57. ISBN-13: 978-1617290657
  58.  
  59. Download Ebook:
  60.  
  61.  
  62. http://www68.zippyshare.com/v/41332669/file.html
Add Comment
Please, Sign In to add comment