From 7b64d0478a882a824868c85ff83ceb48360492d0 Mon Sep 17 00:00:00 2001 From: Stephen Celis Date: Fri, 20 Jul 2018 10:52:20 -0400 Subject: [PATCH] Add instructions for ep 22 --- 0022-a-tour-of-point-free/README.md | 9 +++++++++ README.md | 1 + 2 files changed, 10 insertions(+) create mode 100644 0022-a-tour-of-point-free/README.md diff --git a/0022-a-tour-of-point-free/README.md b/0022-a-tour-of-point-free/README.md new file mode 100644 index 00000000..e110ad6f --- /dev/null +++ b/0022-a-tour-of-point-free/README.md @@ -0,0 +1,9 @@ +## [Point-Free](https://www.pointfree.co) + +> #### Point-Free Episode: [A Tour of Point-Free](https://www.pointfree.co/episodes/ep22-a-tour-of-point-free) +> +> Join us for a tour of the code base that powers this very site and see what functional programming can look like in a production code base! We’ll walk through cloning the repo and getting the site running on your local machine before showing off some of the fun functional programming we do on a daily basis. + +### Getting Started + +* Head on over to [the Point-Free repo](https://github.com/pointfreeco/pointfreeco) and follow the instructions there! diff --git a/README.md b/README.md index 7757acfb..7c6c556f 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,4 @@ This repository is the home of code written on episodes of 1. [Algebraic Data Types: Generics and Recursion](0019-algebraic-data-types-pt3) 1. [NonEmpty](0020-nonempty) 1. [Playground Driven Development](0021-playground-driven-development) +1. [A Tour of Point-Free](0022-a-tour-of-point-free)