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

F# 4.0 Design Patterns

Posted By: Grev27
F# 4.0 Design Patterns

Gene Belitski, "F# 4.0 Design Patterns"
English | ISBN: 1785884727 | 2016 | PDF | 301 pages | 27 MB

Key Features
This book provides a path if you are coming from imperative and object-oriented paradigms
It will take you to an intermediate level of functional programming in very practical manner to write enterprise-quality idiomatic F# code
Tackle complex computing problems with simple code by fully embracing the functional-first F# paradigm
Packed full of practical coding examples to help you master F# programming and author optimal code
Book Description
Following design patterns is a well-known approach to writing better programs that captures and reuses high-level abstractions that are common in many applications. This book will encourage you to develop an idiomatic F# coding skillset by fully embracing the functional-first F# paradigm. It will also help you harness this powerful instrument to write succinct, bug-free, and cross-platform code.

F# 4.0 Design Patterns will start off by helping you develop a functional way of thinking. We will show you how beneficial the functional-first paradigm is and how to use it to get the optimum results. The book will help you acquire the practical knowledge of the main functional design patterns, the relationship of which with the traditional Gang of Four set is not straightforward.

We will take you through pattern matching, immutable data types, and sequences in F#. We will also uncover advanced functional patterns, look at polymorphic functions, typical data crunching techniques, adjusting code through augmentation, and generalization. Lastly, we will take a look at the advanced techniques to equip you with everything you need to write flawless code.

What you will learn
Acquire the practical knowledge to use the main functional design patterns
Realign some imperative and object-oriented principles under the functional approach
Develop your confidence in building and combining first-order and higher-order functions
Learn to use core language pattern matching effectively
Make use of native F# algebraic data types in place of custom-built classes
Recognize and measure the difference in resource consumption between sequences and materialized data collections
Navigate and use F# Core libraries with ease by seeing patterns behind specific library functions
Master writing generic polymorphic code