Introduction to Functional Programming

11/12/2019 7 min Temporada 1 Episodio 9
Introduction to Functional Programming

Listen "Introduction to Functional Programming"

Episode Synopsis

Introduction to the basic idea of functional programming.  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).