code-lang is currently distributed as source. Build it from source with Cargo in under a minute. Pre-built binaries are coming.
Build from source
You need Rust (stable) installed. If you don't have it:
Clone the repository
Build in release mode
This produces a single binary at target/release/code-lang.
(Optional) Add to PATH
Verify the install
Usage
Scripts must use the .cl extension.
Pre-built binaries — coming soon
We're working on distributing pre-built binaries for Linux, macOS, and Windows so you won't need Rust installed. Watch the releases page or the changelog for updates.
Next steps