Concise code through point-free programming

13/12/2019 6 min Temporada 1 Episodio 12
Concise code through point-free programming

Listen "Concise code through point-free programming"

Episode Synopsis

Higher-order functions help make it possible to program in a point-free style, where we use combinators to connect functions, rather than calling the functions on inputs explicitly.