Skip to content

Latest commit

 

History

History

0006-functional-setters

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Point-Free Episode #6

Functional Setters

The programs we write can be reduced to transforming data from one form into another. We’re used to transforming this data imperatively, with setters. There’s a strange world of composition hiding here in plain sight, and it has a surprising link to a familiar functional friend.

This directory contains code from Point-Free Episode #6: Functional Setters