Skip to content

Latest commit

 

History

History

0005-higher-order-functions

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Point-Free Episode #5

Higher-Order Functions

Most of the time we interact with code we did not write, and it doesn’t always play nicely with the types of compositions we have developed in previous episodes. We explore how higher-order functions can help unlock even more composability in our everyday code.

This directory contains code from Point-Free Episode 5: Higher-Order Functions