Skip to content

Commit

Permalink
Add a Why section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
adelbertc committed May 21, 2016
1 parent 168069f commit 0383a6d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ The name is a playful shortening of the word *category*.

![cats image](http://plastic-idolatry.com/erik/cats2.png)

#### Why?

The Scala language provides many tools for functional programming such as algebraic data types, higher kinded types
and implicits. However, common abstractions such as `Monoid`s, `Functor`s, and `Monad`s are currently missing from
the standard library, leaving a bit to be desired. Among the goals of Cats is to fill this gap, and to provide a
foundation for an [ecosystem of pure, typeful libraries](http://typelevel.org/projects/).

### Getting Started

Cats is currently available for Scala 2.10 and 2.11.
Expand Down

0 comments on commit 0383a6d

Please sign in to comment.