Skip to content

Commit

Permalink
Trying ou some new copy on the WIP homepage
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Feldman <[email protected]>
  • Loading branch information
rtfeldman authored Jul 23, 2023
1 parent dca5526 commit 0b49aba
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions www/wip_new_website/content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,23 @@ The purpose of the Home page is to function as the first point of contact for al
This page contains minimal content, so that visitors are able to quickly scan the page. It should not be cluttered or overwhelming. It should reflect Roc's goals (fast, friendly, functional) and values (welcoming community).
-->

# Roc lang
# Roc

A systems programming language that is fast, friendly, and functional.
A work-in-progress programming language that aims to be fast, friendly, and functional.

## Goals
<section class="home-goals-container">
<div class="home-goals-column">
<h2 class="home-goals-title">Fast</h2>
<p class="home-goals-description">We want Roc to run faster than any non-systems language that sees mainstream use in industry. <a class="home-goals-learn-more" href="/design_goals.html#fast">Learn more</a></p>
<p class="home-goals-description">The Roc compiler should run fast, and the programs it produces should also run fast. The goal is not to make the fastest possible language, but it is a goal to generally outperform mainstream garbage-collected languages.<a class="home-goals-learn-more" href="/design_goals.html#fast">Learn more</a></p>
</div>
<div class="home-goals-column">
<h2 class="home-goals-title">Friendly</h2>
<p class="home-goals-description">Roc aims to be a user-friendly language with a friendly community of users. <a class="home-goals-learn-more" href="/design_goals.html#friendly">Learn more</a></p>
<p class="home-goals-description">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, as well as the values of the community of Roc programmers around the world.<a class="home-goals-learn-more" href="/design_goals.html#friendly">Learn more</a></p>
</div>
<div class="home-goals-column">
<h2 class="home-goals-title">Functional</h2>
<p class="home-goals-description">Roc aims to be a purely functional programming language. <a class="home-goals-learn-more" href="/design_goals.html#functional">Learn more</a></p>
<p class="home-goals-description">Roc is a purely functional programming language. All Roc values are semantically immutable constants, and all effects are asynchronous. These create helpful guarantees and can make testing effects faster and more reliable. <a class="home-goals-learn-more" href="/design_goals.html#functional">Learn more</a></p>
</section>

## Try Roc
Expand Down

0 comments on commit 0b49aba

Please sign in to comment.