Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 486 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 486 Bytes

OddU Functional Programming

Reference: #OddU Presentation

Introduction

Samples of FP and how to use them and when.

Installation

Clone, then run each sample directly

Work through them in order of

  • mutable.js and immutable.js
  • pure-functions.js
  • point-free.js
  • higher-order-functions.js
  • currying.js
  • partial-application.js
  • composition.js