1.

Record Nr.

UNINA9910155041903321

Autore

Belitski Gene

Titolo

F# 4.0 design patterns : learn how to apply functional F# design patterns to a huge range of programming challenges, and discover a smart route to building better applications / / Gene Belitski

Pubbl/distr/stampa

Birmingham, England ; ; Mumbai, India : , : Packt Publishing, , 2016

©2016

ISBN

1-78588-951-6

Edizione

[1st edition]

Descrizione fisica

1 online resource (307 pages) : illustrations

Disciplina

005.133

Soggetti

F (Computer program language)

Application software - Development

Lingua di pubblicazione

Inglese

Formato

Materiale a stampa

Livello bibliografico

Monografia

Note generali

Includes index.

Sommario/riassunto

Learn how to apply functional F# design patterns to a huge range of programming challenges, and discover a smart route to building better applications About This Book 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 Who This Book Is For This book is for .NET developers, web programmers, C# developers, and F# developers. So, if you have basic experience in F# programming and developing performance-critical applications, then this book is for you. 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 In Detail 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, adjust...