Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 502 Bytes

File metadata and controls

8 lines (5 loc) · 502 Bytes

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