Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify stabilty guarantees; drop 'proof of concept' and 'experimental'. #964

Merged
merged 3 commits into from
Apr 2, 2016
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@

### Overview

Cats is a proof-of-concept library intended to provide abstractions
for functional programming in Scala.
Cats is a library intended to provide abstractions for functional programming in Scala.

The name is a playful shortening of the word *category*.

Expand Down
19 changes: 9 additions & 10 deletions docs/src/site/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,15 @@ layout: default
title: "Home"
section: "home"
---
Cats is an experimental library intended to provide abstractions for
functional programming in the
[Scala programming language](https://scala-lang.org). The name is a
playful shortening of the word *category*.

<div class="msg warn"> <p><strong> Cats is currently an experimental
project under active development</strong>. Feedback and
contributions are welcomed as we look to improve the project. This
project is evolving quickly and we currently make no guarantees about what
might drastically change in the near future.</p> </div>
Cats is a library intended to provide abstractions for functional
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does it "intend to " or does it achieve it? ie:

Cats is a library that provides abstractions for functional.....

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, that's better.

programming in the [Scala programming language](https://scala-lang.org).
The name is a playful shortening of the word *category*.

<div class="msg warn"> <p><strong> Cats is a new project under active
development</strong>. Feedback and contributions are welcomed as we look
to improve the it. This project is evolving quickly and we are making no
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Typo "the it"

guarantees about stability until a 1.0 release is made (current est.
around Q3 2016).</p> </div>


<a name="getting-started"></a>
Expand Down