https://github.com/lukewilliamboswell/roc-awesome
Awesome Roc
https://github.com/lukewilliamboswell/roc-awesome
List: roc-awesome
roc-lang
Last synced: 2 months ago
JSON representation
Awesome Roc
- Host: GitHub
- URL: https://github.com/lukewilliamboswell/roc-awesome
- Owner: lukewilliamboswell
- Created: 2022-10-04T08:29:46.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-19T05:07:30.000Z (4 months ago)
- Last Synced: 2025-04-09T23:51:47.015Z (2 months ago)
- Topics: roc-lang
- Homepage:
- Size: 37 MB
- Stars: 162
- Watchers: 8
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- ultimate-awesome - roc-awesome - Awesome Roc. (Programming Language Lists / Roc Lists)
README
# Roc Awesome đ¤
A collection of links to awesome roc things.
- **Repository** [roc-lang/roc](https://github.com/roc-lang/roc)
- **Examples** [roc-lang.org/examples](https://www.roc-lang.org/examples)
- **Tutorial** [roc-lang.org/tutorial](https://www.roc-lang.org/tutorial)
- **Documentation** [roc-lang.org/docs](https://www.roc-lang.org/docs)
- **Exercism Track** [exercism.org/tracks/roc](https://exercism.org/tracks/roc)
- **Building From Source** đī¸ [official guide](https://github.com/roc-lang/roc/blob/main/BUILDING_FROM_SOURCE.md)
- **Dockerhub** [hub.docker.com/repositories/roclang](https://hub.docker.com/repositories/roclang)
- **Packages Index (Unnoficial)** [hasnep.github.io/roc-packages](https://hasnep.github.io/roc-packages/)Some of the links below are đ§ **Work In Progress** đ§ so please keep this in mind and offer your assistance where you can.
## Roc Packages đĻ
- [roc-lang/unicode](https://github.com/roc-lang/unicode): Official Unicode
- [agu-z/roc-pg](https://github.com/agu-z/roc-pg): PostgreSQL
- [bhansconnect/roc-msgpack](https://github.com/bhansconnect/roc-msgpack): MessagePack đ§
- [Hasnep/roc-ascii](https://github.com/Hasnep/roc-ascii): ASCII string and character types
- [Hasnep/roc-math](https://github.com/Hasnep/roc-math): Math and constants
- [Hasnep/roc-html](https://github.com/Hasnep/roc-html): HTML
- [Hasnep/roc-svg](https://github.com/Hasnep/roc-svg): SVGs
- [Hasnep/roc-datetimes](https://github.com/hasnep/roc-datetimes): Dates and times
- [Hasnep/roc-linear-algebra](https://github.com/Hasnep/roc-linear-algebra): Linear algebra library for small vectors and matrices
- [imclerran/roc-ai](https://github.com/imclerran/roc-ai): LLM calling API and AI agents
- [imclerran/roc-asciiart](https://github.com/imclerran/roc-asciiart): Convert text to ASCII art
- [imclerran/roc-heck](https://github.com/imclerran/roc-heck): Convert between various text casings
- [imclerran/roc-isodate](https://github.com/imclerran/roc-isodate): ISO-8601 Datetimes
- [imclerran/roc-tinyparse](https://github.com/imclerran/roc-tinyparse): Small parser combinator library
- [imclerran/roc-utf16](https://github.com/imclerran/roc-utf16): Convert to and from Utf16 encoding
- [jwoudenberg/rvn](https://github.com/jwoudenberg/rvn): A serialization format based on Roc syntax.
- [KilianVounckx/roc_regex](https://github.com/KilianVounckx/roc_regex): Regex
- [KilianVounckx/crisp](https://github.com/KilianVounckx/crisp): Web framework middleware (proof of concept)
- [lukewilliamboswell/plume](https://github.com/lukewilliamboswell/plume): Charts using plotly.js
- [lukewilliamboswell/roc-random](https://github.com/lukewilliamboswell/roc-random): Random number generation
- [lukewilliamboswell/roc-json](https://github.com/lukewilliamboswell/roc-json): JSON Encoding and Decoding
- [lukewilliamboswell/roc-parser](https://github.com/lukewilliamboswell/roc-parser): Parser Combinators
- [lukewilliamboswell/roc-ansi](https://github.com/lukewilliamboswell/roc-ansi) Helpers for pretty Terminal UI, ANSI Codes, Colors
- [smores56/weaver](https://github.com/smores56/weaver) Ergonomic CLI Argument Parsing
- [smores56/roc-semver](https://github.com/smores56/roc-semver) Semver 2.0.0 parsing and match checking
- [mulias/roc-array2d](https://github.com/mulias/roc-array2d) 2D Arrays
- [quelgar/roc-utils](https://github.com/quelgar/roc-utils): Utils for Hex, Base64, Sha, Hmac
- [shritesh/roc-image](https://github.com/shritesh/roc-image): Image library with PNG export.
- [Subtlesplendor/roc-data](https://github.com/Subtlesplendor/roc-data): Helpful types like Stack, Queue, Bag
- [Subtlesplendor/roc-parser](https://github.com/Subtlesplendor/roc-parser): Port of Elm's Parser library
- [phagenlocher/roc-color](https://github.com/phagenlocher/roc-color): Colors for the terminal## Roc Platforms đĸ
- [roc-lang/basic-cli](https://github.com/roc-lang/basic-cli): CLI apps
- [roc-lang/basic-webserver](https://github.com/roc-lang/basic-webserver): Webservers
- [bhansconnect/roc-fuzz](https://github.com/bhansconnect/roc-fuzz): Fuzzing
- [isaacvando/roc-aws-lambda](https://github.com/isaacvando/roc-aws-lambda): AWS Lambda (See also [roc-aws-lambda-runtime](https://github.com/isaacvando/roc-aws-lambda-runtime) for a pure Roc implementation.)
- [niclas-ahden/joy](https://github.com/niclas-ahden/joy): Build Single Page Apps using WASM
- [lukewilliamboswell/basic-ssg](https://github.com/lukewilliamboswell/basic-ssg): Static Site Generation
- [lukewilliamboswell/roc-wasm4](https://github.com/lukewilliamboswell/roc-wasm4): WASM-4 Games đšī¸
- [lukewilliamboswell/roc-ray](https://github.com/lukewilliamboswell/roc-ray): Graphics and GUI using Raylib
- [ostcar/kingfisher](https://github.com/ostcar/kingfisher): Webservers without SQL
- [tarkah/roc-iced](https://github.com/tarkah/roc-iced): GUI Applications
- [adomurad/r2e-platform](https://github.com/adomurad/r2e-platform): E2E testing*Templates & Embedding/Interop Examples* đē
- [Zig platform template](https://github.com/lukewilliamboswell/roc-platform-template-zig)
- [Rust platform template](https://github.com/lukewilliamboswell/roc-platform-template-rust)
- [Go platform template](https://github.com/lukewilliamboswell/roc-platform-template-go)
- [Swift platform template](https://github.com/lukewilliamboswell/roc-platform-template-swift)
- [C platform template](https://github.com/lukewilliamboswell/roc-platform-template-c)## Tools đ ī¸
- [faldor20/tree-sitter-roc](https://github.com/faldor20/tree-sitter-roc): Tree-sitter grammar
- [Hasnep/setup-roc](https://github.com/Hasnep/setup-roc): Github action to install Roc
- [Hasnep/bundle-roc-library](https://github.com/Hasnep/bundle-roc-library): Github action to bundle packages
- [isaacvando/rtl](https://github.com/isaacvando/rtl): HTML templates with compile time validation and tag unions.
- [lue-bird/elm-syntax-to-roc](https://github.com/lue-bird/elm-syntax-to-roc): Transpile elm to roc
- [vendrinc/roc-npm](https://github.com/vendrinc/roc-npm/): NPM package to install roc
- [dkuku/asdf-roc](https://github.com/dkuku/asdf-roc): ASDF package for managing Roc versions
- [JRMurr/roc2nix](https://github.com/JRMurr/roc2nix): Nix library for building Apps & Platforms
- [roc-lang docker](https://github.com/roc-lang/roc/tree/main/docker): Dockerfiles for roc
- [appblue/rocup](https://github.com/appblue/rocup): Roc compiler installation/management tools
- [imclerran/roc-start](https://github.com/imclerran/roc-start): CLI tool for initializing Roc applications.*Editors*
- [Tree-sitter Grammar](https://github.com/faldor20/tree-sitter-roc): also Helix, Neovim
- [VS Code](https://marketplace.visualstudio.com/items?itemName=IvanDemchenko.roc-lang-unofficial)
- [Zed](https://github.com/h2000/zed-roc)
- [Kakoune](https://github.com/evanrelf/roc.kak)
- [Emacs](https://gitlab.com/tad-lispy/roc-mode)## Articles
- [Dusty Philips: Build a Wasm Compiler in Roc](https://dusty.phillips.codes/categories/#posts-list-roc)
## Roc Applications đž- [Godrak/kodos](https://gitlab.com/Godrak/kodos): A Task Manager webapp written using Roc
- [bhansconnect/monkey-roc](https://github.com/bhansconnect/monkey-roc): Interpreter for đĩđ¤đŧ [Monkey lang](https://monkeylang.org)
- [Billzabob/roc-lox](https://github.com/Billzabob/roc-lox): Interpreter for [Lox programming language](https://craftinginterpreters.com/contents.html)
- [Hasnep/brainroc](https://github.com/Hasnep/brainroc): Interpreter for [BF](https://en.wikipedia.org/wiki/Brainfuck)
- [isaacvando/gob](https://github.com/isaacvando/gob): Compiler for a stack-based language
- [lukewilliamboswell/roc-htmx-playground](https://github.com/lukewilliamboswell/roc-htmx-playground): Fullstack Web App using HTMX
- [lukewilliamboswell/roc-htmx-tailwindcss-demo](https://github.com/lukewilliamboswell/roc-htmx-tailwindcss-demo): Fullstack Web App using HTMX, Tailwindcss, and RTL
- [raymyers/roc-lisp](https://github.com/raymyers/roc-lisp): LISP interpreter
- [jared-cone/roctris](https://github.com/jared-cone/roctris): Tetris clone that runs in the terminal
- [shritesh/raytrace.roc](https://github.com/shritesh/raytrace.roc): Implementing [Ray Tracing in One Weekend](https://raytracing.github.io)
- [WhileTruu/counter-roc-swiftui-app](https://github.com/WhileTruu/counter-roc-swiftui-app): SwiftUI counter appđđđ [Advent of Code template](https://github.com/lukewilliamboswell/aoc-template) and [my puzzle solutions](https://github.com/lukewilliamboswell/aoc)