From f41f9249f59ca84b6854b56e88adb88171ce659c Mon Sep 17 00:00:00 2001 From: Anton-4 <17049058+Anton-4@users.noreply.github.com> Date: Wed, 6 Oct 2021 15:39:29 +0200 Subject: [PATCH] Added State of Roc to README --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d7ec8900cb..49400318fb 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,11 @@ If you already know [Elm](https://elm-lang.org/), then [Roc for Elm Programmers] If you're curious about where the language's name and logo came from, [here's an explanation](https://github.com/rtfeldman/roc/blob/trunk/name-and-logo.md). +## State of Roc + +Roc is not ready for production yet. You are likely to encounter bugs. Publishing packages or documentation is not yet supported. +Many programs can however be compiled correctly. Check out [examples](examples) and [examples/benchmarks](examples/benchmarks). There are minimal platforms for Rust, Zig, C and an HTTP server. We are hard at work to make programming in Roc a delightful experience! + ## Getting started 1. [Install Rust](https://rustup.rs/) @@ -19,7 +24,7 @@ If you're curious about where the language's name and logo came from, ### Examples -Took a look at the `examples` folder, `examples/benchmarks` contains some larger examples. +Took a look at the [examples folder](examples), [examples/benchmarks](examples/benchmarks) contains some larger examples. Run examples as follows: 1. Navigate to `/examples`