Functional Swift Paperback – November 1, 2014

Chris Eidhof, Florian Kugler, Wouter Swierstra

  • 出版商: Florian Kugler
  • 出版日期: 2015-12-13
  • 售價: $1,630
  • 貴賓價: 9.5$1,549
  • 語言: 英文
  • 頁數: 236
  • 裝訂: Paperback
  • ISBN: 3000480056
  • ISBN-13: 9783000480058
  • 相關分類: Apple Developer
  • 無法訂購

商品描述

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.