Skip to content

v0.1.0

Choose a tag to compare

@ceedot-rock ceedot-rock released this 25 Jul 14:54

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.0

Highlights

  • Exactness contract: same behavior on all three targets, or refuse to compile
  • Bounded type/effect checker
  • use modules, link cross-program interop, payload-free enums
  • Conformance suite runs real python3 / go run / node

See README and SPEC.md.