Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 520 Bytes

File metadata and controls

5 lines (3 loc) · 520 Bytes

What is Functional Programming?

Functional programming produces programs by composing mathematical functions and avoids shared state & mutable data. Lisp (specified in 1958) was among the first languages to support functional programming, and was heavily inspired by lambda calculus.

A critical JavaScript programming paradigm every JS developer should learn. See "The Two Pillars of JavaScript Pt 2".