| Crates.io | cang |
| lib.rs | cang |
| version | 0.1.0 |
| created_at | 2025-10-06 23:01:21.776077+00 |
| updated_at | 2025-10-06 23:01:21.776077+00 |
| description | A coin based interpeter |
| homepage | |
| repository | https://github.com/bisher-almasri/cang |
| max_upload_size | |
| id | 1870977 |
| size | 88,701 |
CAng is an interpreted programming language where your programs are written under a resource constraint: you have a limited amount of "coins" to spend on language features.
Example: you might start with 10 variable coins and 3 function coins. You earn more coins by completing in-interpreter quests such as "add 5 print calls" or "run a program 100 times".

Cause i want siege coins
I used ai for:
cargo build --release
./target/release/cang
# or
cargo run
# it is that easy
Id estimate 25% ai usage for everything