Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 1.12 KB

README.md

File metadata and controls

19 lines (11 loc) · 1.12 KB

Support material for "Functional Programming in Swift" @ Functional Conf, Bangalore, 2017

This repository contains the supporting material for the workshop Functional Programming in Swift to be held as part of Functional Conf, Bangalore, 2017.

Talks

  1. Functional Programming in a Stateful World
  2. A Type is Worth a Thousand Tests
  3. Do-It-Yourself Functional Reactive Programming

NB: The first two talks miss the FRP component as this is covered, in more detail, in the third talk.

Goals.app

The Goals-EXERCISE directory contains an exercise version of Goals.app, the running example from the second and third talk listed above.

SwiftCheck

This repository contains the SwiftCheck property-based testing framework as a submodule.