Agent Skills: Roc Compiler Skill

Use the Zig-based Roc interpreter instead of the Rust-based compiler.

UncategorizedID: codegod100/notey/roc-compiler

Skill Files

Browse the full folder contents for roc-compiler.

Download Skill

Loading file tree…

roc-compiler/SKILL.md

Skill Metadata

Name
roc-compiler
Description
Use the Zig-based Roc interpreter instead of the Rust-based compiler.

Roc Compiler Skill

Use rocn (symlinked to the latest development Zig-based Roc interpreter) when working with Roc projects.

Build Commands

# First build the Zig host library
zig build x64musl

# Run a Roc app
rocn app/main.roc --no-cache

Building Roc Interpreter

If needed, rebuild the Zig-based interpreter:

cd /home/nandi/code/roc && zig build roc