/oddu-functional-programming

Functional Programming samples for OddU

Primary LanguageJavaScript

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