Other Systems

  1. Install Rust

  2. Build Roc from source

  3. Download and run hello world:

    curl -OL https://raw.githubusercontent.com/roc-lang/examples/refs/heads/main/examples/HelloWorld/main.roc
    roc main.roc
    

Next Steps