Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrandonw authored Sep 20, 2018
1 parent e134dfc commit c11e6d1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 0030-composable-randomness/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
## [Point-Free](https://www.pointfree.co)

> #### This directory contains code from Point-Free Episode: [DSLs vs. Templating Languages](https://www.pointfree.co/episodes/ep29-dsls-vs-templating-languages)
> #### This directory contains code from Point-Free Episode: [Composable Randomness](https://www.pointfree.co/episodes/ep30-composable-randomness)
>
> Templating languages are the most common way to render HTML in web frameworks, but we don’t think they are the best way. We compare templating languages to the DSL we previously built, and show that the DSL fixes many problems that templates have, while also revealing amazing compositions that were previously hidden.
> Randomness is a topic that may not seem so functional, but it gives us a wonderful opportunity to explore composition. After a survey of what randomness looks like in Swift today, we’ll build a complex set of random APIs from just a single unit.

### Getting Started

Expand Down

0 comments on commit c11e6d1

Please sign in to comment.