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