mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
A fast, friendly, functional language.
https://roc-lang.org
![]() If we are jumping to a target branch, it is necessary that the target branch has all required pattern symbols loaded in it. Usually this is already the case, but there is an exception with guarded patterns. Guarded patterns have their patterns loaded only right before the guard is evaluated, which happens at some point further along the decision tree. As such, when a guarded pattern jumps to its target destination, it should append the loaded patterns as parameters on the target joinpoint. |
||
---|---|---|
.cargo | ||
.github | ||
.reuse | ||
ci | ||
crates | ||
design | ||
devtools | ||
examples | ||
getting_started | ||
nightly_benches | ||
www | ||
.gitattributes | ||
.gitignore | ||
.llvmenv | ||
AUTHORS | ||
BUILDING_FROM_SOURCE.md | ||
Cargo.lock | ||
Cargo.toml | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
default.nix | ||
FAQ.md | ||
flake.lock | ||
flake.nix | ||
LEGAL_DETAILS | ||
LICENSE | ||
mlc_config.json | ||
README.md | ||
roc-for-elm-programmers.md | ||
rust-toolchain.toml | ||
shell.nix | ||
typos.toml | ||
version.txt |
Work in progress!
Roc is not ready for a 0.1 release yet, but we do have:
- installation guide
- tutorial
- docs for the standard library
- frequently asked questions
- Zulip chat for help, questions and discussions
If you'd like to get involved in contributing to the language, the Zulip chat is also the best place to get help with good first issues.
Sponsors
We are very grateful for our corporate sponsors Vendr, rwx, and Tweede golf.
If you would like your company to become a corporate sponsor of Roc's development, please DM Richard Feldman on Zulip!
We'd also like to express our gratitude to each and every one of our fantastic GitHub sponsors! A special thanks to those sponsoring $25/month or more:
- Christopher Dolan
- Nick Gravgaard
- Aaron White
- Zeljko Nesic
- Shritesh Bhattarai
- Richard Feldman
- Ayaz Hafiz
Thank you all so much for helping Roc progress!