v0.1.0
CuNi v0.1.0
First public release of CuNi (Code:uNiTY) — a mnemonic language that compiles to exact, idiomatic Python, JavaScript, and Go.
Install
cargo install --git https://github.com/ceedot-rock/cuni --tag v0.1.0Highlights
- Exactness contract: same behavior on all three targets, or refuse to compile
- Bounded type/effect checker
usemodules,linkcross-program interop, payload-free enums- Conformance suite runs real
python3/go run/node