diff --git a/www/wip_new_website/content/index.md b/www/wip_new_website/content/index.md index bec6925d71..daf3d7d9dc 100644 --- a/www/wip_new_website/content/index.md +++ b/www/wip_new_website/content/index.md @@ -14,16 +14,16 @@ A work-in-progress programming language that aims to be fast, friendly, and func

Fast

-

Delightful software runs fast. The Roc compiler should run fast, and it should be able to produce programs that run fast too. The goal here is not to make the world's fastest possible language, but we benchmark against mainstream garbage-collected languages and aim to outperform them. (Currently we succeed in some benchmarks but not others.)Learn more

+

Delightful software runs fast. The Roc compiler should run fast, and it should be able to produce programs that run fast too. What does fast mean here?

Friendly

Friendly

-

Roc aims to be a user-friendly language with a friendly community of users. This involves the set of tools Roc ships with, how helpful those tools are, and also the spirit of the (currently small) community of Roc programmers around the world.Learn more

+

Roc aims to be a user-friendly language with a friendly community of users. This involves the set of tools Roc includes, and also the spirit of the community of Roc programmers. What does friendly mean here?

Functional

-

Roc is a purely functional programming language. All Roc values are semantically immutable constants, and all effects are asynchronous. The language is built on a small set of simple primitives, which create helpful guarantees and make automated tests nicer to develop. Learn more

+

Roc is a purely functional programming language. The language is built on a small set of simple primitives, which together give you a toolset that's more than the sum of its parts. What does functional mean here?

## Try Roc