Skip to content

Commit

Permalink
Merge pull request #1052 from adelbertc/cats-info
Browse files Browse the repository at this point in the history
Add a Why section to README
  • Loading branch information
ceedubs authored Jun 29, 2016
2 parents a639f66 + cfa14ac commit ed21654
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 @@ -15,6 +15,13 @@ The name is a playful shortening of the word *category*.

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

#### Why?

Scala supports both object-oriented and functional programming, and this is reflected in the hybrid approach of the
standard library. Cats augments the standard library with tools that further enable functional programming such as
`Validated`, `Monad`, and `Traverse`. A broader goal of Cats is 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, and [Scala.js](http://www.scala-js.org/).
Expand Down

0 comments on commit ed21654

Please sign in to comment.