Scala Functional Programming Patterns
eBook - ePub

Scala Functional Programming Patterns

  1. 298 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Scala Functional Programming Patterns

About this book

Grok and perform effective functional programming in Scala

About This Book

  • Understand functional programming patterns by comparing them with the traditional object-oriented design patterns
  • Write robust, safer, and better code using the declarative programming paradigm
  • An illustrative guide for programmers to create functional programming patterns with Scala

Who This Book Is For

If you have done Java programming before and have a basic knowledge of Scala and its syntax, then this book is an ideal choice to help you to understand the context, the traditional design pattern applicable, and the Scala way. Having previous knowledge of design patterns will help, though it is not strictly necessary.

What You Will Learn

  • Get to know about functional programming and the value Scala's FP idioms bring to the table
  • Solve day-to-day programming problems using functional programming idioms
  • Cut down the boiler-plate and express patterns simply and elegantly using Scala's concise syntax
  • Tame system complexity by reducing the moving parts
  • Write easier to reason about concurrent code using the actor paradigm and the Akka library
  • Apply recursive thinking and understand how to create solutions without mutation
  • Reuse existing code to compose new behavior
  • Combine the object-oriented and functional programming approaches for effective programming using Scala

In Detail

Scala is used to construct elegant class hierarchies for maximum code reuse and extensibility and to implement their behavior using higher-order functions. Its functional programming (FP) features are a boon to help you design "easy to reason about" systems to control the growing software complexities. Knowing how and where to apply the many Scala techniques is challenging. Looking at Scala best practices in the context of what you already know helps you grasp these concepts quickly, and helps you see where and why to use them.

This book begins with the rationale behind patterns to help you understand where and why each pattern is applied. You will discover what tail recursion brings to your table and will get an understanding of how to create solutions without mutations. We then explain the concept of memorization and infinite sequences for on-demand computation. Further, the book takes you through Scala's stackable traits and dependency injection, a popular technique to produce loosely-coupled software systems.

You will also explore how to currying favors to your code and how to simplify it by de-construction via pattern matching. We also show you how to do pipeline transformations using higher order functions such as the pipes and filters pattern. Then we guide you through the increasing importance of concurrent programming and the pitfalls of traditional code concurrency. Lastly, the book takes a paradigm shift to show you the different techniques that functional programming brings to your plate.

This book is an invaluable source to help you understand and perform functional programming and solve common programming problems using Scala's programming patterns.

Style and approach

This is a hands-on guide to Scala's game-changing features for programming.

It is filled with many code examples and figures that illustrate various Scala idioms and best practices.

Tools to learn more effectively

Saving Books

Saving Books

Keyword Search

Keyword Search

Annotating Text

Annotating Text

Listen to it instead

Listen to it instead

Information

Scala Functional Programming Patterns


Table of Contents

Scala Functional Programming Patterns
Credits
About the Author
Aknowledgement
About the Reviewers
www.PacktPub.com
Support files, eBooks, discount offers, and more
Why subscribe?
Free access for Packt account holders
Preface
What this book covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Downloading the example code
Errata
Piracy
Questions
1. Grokking the Functional Way
Abstractions
Concise expression
Functions
Immutable
Referential transparency
The problem – grouping continuous integers
Java code
Going scalaish
Thinking recursively...
Reusability – the commonality/variability analysis
The one-liner shockers
Scala idioms
Patterns and those aha! moments
The command design pattern
The strategy design pattern
Passing algorithms around
Summary
2. Singletons, Factories, and Builders
Singletons – being one and only one
Null Objects – singletons in another garb
Null Objects – the Scala way
Options are container
Scala singletons
The apply() factory method
The factory method pattern
The Scala version
Builders
Ease of object creation
Scala shines again
Summary
3. Recursion and Chasing your Own Tail
Recursive structures
Pattern matching
Deconstruction with case statements
Stack overflows
Tail recursion to the rescue
Getting the nth element of a list
An expression parser
Persistent data structures
Two forms of recursion
Summary
4. Lazy Sequences – Being Lazy, Being Good
Illusion and reality – the proxy pattern
Hibernate's lazy loading
Lazy val – calling by need
Infinite sequences – Scala streams
Recursive streams
Memoization and the flyweight pattern
Call by name
Streams are collections
Sieve of Eratosthenes
A view to a collection
Summary
5. Taming Multiple Inheritance with Traits
The iterator design pattern
Interfaces as types
The dreaded diamond
Traits – Scala's rich interfaces
Mix-ins – rich interfaces
Frills and thrills – the decorator pattern
Scala's easy and breezy decorations – stackable modifications
Dependencies injection pattern
A taste of the cake pattern
Sealed traits
Defeating the dreaded diamond
Summary
6. Currying Favors with Your Code
Functions as first-class values
Roping in a scope
Local functions – hiding and biding their time
The underscore – Scala's Swiss army knife
A taste of the curry
Type inference
Of implicits and explicits
Stylish blocks
The loan pattern
Serving the curry
Frills and thrills – decorators again
Wrapping it up
Summary
7. Of Visitors and Chains of Responsibilities
A tale of two hierarchies
The Visitor pattern
Many hues of pattern matching
De-structuring
Typed patterns
Pattern guards
Tuple explosion
Partial functions
Visitor pattern – the Scala way
Lifting it up
The chain of responsibility
Scalaish Chain Of Responsibilities
Match and mismatch – the collect idiom
Summary
8. Traversals – Mapping/Filtering/Folding/Reducing
Iterating the Scala way
A validation problem
Setting the stage
First cut–using arrays
Second cut–using a map
Third cut–using a for expression
Fourth cut–using foldLeft
Fifth cut–using andThen
Sixth cut–using compose
Foreach–sugary sweetener
One generator
A generator and a filter
Two generators
Monads
Reduce
Summary
9. Higher Order Functions
The strategy design pattern
A strategy in Scala land
Functors
Maps
Monads
FlatMap
Monoids
An inverted index
Pipes and filters
Pipes and filters – the Scala version
It is a Monoid
Lazy collections
Summary
10. Actors and Message Passing
The recursive grep
The producer/consumer pattern
Threads – masters and slaves
Events
Immutability is golden
Akka actors take the stage
Summary
11. It's a Paradigm Shift
Verbosity
Sorting it out!
Sorted
SortBy
SortWith
Scalaish Schwartzian transform
Functional error handling
Pattern matching
Threads and futures
Scala's Futures
Parser combinators
Summary
Index

Scala Functional Programming Patterns

Copyright Ā© 2015 Packt Publishing
All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews.
Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. Neither the author nor Packt Publishing, and its dealers and distributors will be held liable for any damages caused or alleged to be caused directly or indirectly by this book.
Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals. However, Packt Publishing cannot guarantee the accuracy of this information.
First published: December 2015
Production reference: 1181215
Published by Packt Publishing Ltd.
Livery Place
35 Livery Street
Birmingham B3 2PB, UK.
ISBN 978-1-78398-584-5
www.packtpub.com

Credits

Author
Atul S. Khot
Reviewers
Subhajit Datta
Rui GonƧalves
Zahidul Islam
Steve Perkins
Hawk Weisman
Commissioning Editor
Julian Ursell
Acquisition Editor
Nikhil Karkal
Content Development Editor
Divij Kotian
Technical Editor
Pranjali Mistry
Copy Editor
Neha Vyas
Project Coordinator
Nikhil Nair
Proo...

Table of contents

  1. Scala Functional Programming Patterns

Frequently asked questions

Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription
No, books cannot be downloaded as external files, such as PDFs, for use outside of Perlego. However, you can download books within the Perlego app for offline reading on mobile or tablet. Learn how to download books offline
Perlego offers two plans: Essential and Complete
  • Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
  • Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Both plans are available with monthly, semester, or annual billing cycles.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 990+ topics, we’ve got you covered! Learn about our mission
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more about Read Aloud
Yes! You can use the Perlego app on both iOS and Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app
Yes, you can access Scala Functional Programming Patterns by Atul S. Khot in PDF and/or ePUB format, as well as other popular books in Computer Science & Programming Languages. We have over one million books available in our catalogue for you to explore.