Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Learning Functional Programming in Go (Repost)

Posted By: step778
Learning Functional Programming in Go (Repost)

Lex Sheehan, "Learning Functional Programming in Go: Change the way you approach your applications using functional programming in Go"
English | 2017 | pages: 670 | ISBN: 1787281396 | EPUB | 35,6 mb

Function literals, Monads, Lazy evaluation, Currying, and more
Key Features
- Write concise and maintainable code with streams and high-order functions
- Understand the benefits of currying your Golang functions
- Learn the most effective design patterns for functional programming and learn when to apply each of them
- Build distributed MapReduce solutions using Go
Book Description
Lex Sheehan begins slowly, using easy-to-understand illustrations and working Go code to teach core functional programming (FP) principles such as referential transparency, laziness, recursion, currying, and chaining continuations.
This book is a tutorial for programmers looking to learn FP and apply it to write better code. Lex guides readers from basic techniques to advanced topics in a logical, concise, and clear progression.
The book is divided into four modules. The first module explains the functional style of programming: pure functional programming, manipulating collections, and using higher-order functions. In the second module, you will learn design patterns that you can use to build FP-style applications. In the next module, you will learn FP techniques that you can use to improve your API signatures, increase performance, and build better cloud-native applications. The last module covers Category Theory, Functors, Monoids, Monads, Type classes and Generics.
By the end of the book, you will be adept at building applications the FP way.
What you will learn
- Learn how to compose reliable applications using high-order functions
- Explore techniques to eliminate side-effects using FP techniques such as currying
- Use first-class functions to implement pure functions
- Understand how to implement a lambda expression in Go
- Compose a working application using the decorator pattern
- Create faster programs using lazy evaluation
- Use Go concurrency constructs to compose a functionality pipeline
- Understand category theory and what it has to do with FP
Who This Book Is For
This book is for Golang developers comfortable with OOP and interested in learning how to apply the functional paradigm to create robust and testable apps. Prior programming experience with Go would be helpful, but not mandatory.
Table of Contents
- Pure Functional Programming in Go
- Manipulating Collections
- Using Higher Order Functions
- SOLID Design in Go
- Adding Functionality with Decoration
- Building on an Onion Architecture
- Functional Parameters
- Increasing Performance Using Pipelining
- Intro to Category Theory for Software Developers
- Functors, Monoids, and Type Classes
- Monads
- Appendix

My Link