Skip to content

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

License

Notifications You must be signed in to change notification settings

mchakravarty/fp-in-swift

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.