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

Functional Programming in Swift by Chris Eidhof, Florian Kugler, Wouter Swierstra

Posted By: LoveHive
Functional Programming in Swift by Chris Eidhof, Florian Kugler, Wouter Swierstra

Functional Programming in Swift
by Chris Eidhof, Florian Kugler, Wouter Swierstra
English | 2014 | ISBN: 3000480056 | PDF | 206 pages | 0.6 MB

This book will teach you how to use Swift to apply functional programming techniques to your iOS or OS X projects. These techniques complement object-oriented programming that most Objective-C developers will already be familiar with, providing you with a valuable new tool in your developer's toolbox. We will start by taking a look at Swift's new language features, such as higher-order functions, generics, optionals, enumerations, and pattern matching. Mastering these new features will enable you to write functional code effectively. After that, we will provide several examples of how to use functional programming patterns to solve real-world problems. These examples include a compositional and type-safe API around Core Image, a library for diagrams built on Core Graphics, and a small spreadsheet application built from scratch.