Introduction to Functional Programming

Published: Dec. 11, 2019, 8 p.m.

b'

Introduction to the basic idea of functional programming.\\xa0 Three kinds are discussed: functional programming with mutable state, pure functional programming (where there is no implicit state), and strong functional programming (which is pure functional programming where every function is statically required to terminate).

'