roc/getting_started/other.md
2022-06-29 11:35:13 +02:00

434 B

  1. Install Rust
  2. Build roc from source
  3. Run examples with:
    # Rust
    cargo run examples/platform-switching/rust-platform/rocLovesRust.roc
    # Zig
    cargo run examples/platform-switching/zig-platform/rocLovesZig.roc
    # C
    cargo run examples/platform-switching/c-platform/rocLovesC.roc
    
  4. See here for the other examples.