Skip to content

Commit

Permalink
Add instructions for ep 22
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis committed Jul 20, 2018
1 parent d36e853 commit 7b64d04
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions 0022-a-tour-of-point-free/README.md
Original file line number Diff line number Diff line change
@@ -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!
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 7b64d04

Please sign in to comment.