Tya v0.61 Release Notes

v0.61 is the current released implementation. It includes stackable interface behavior, native packages, package tools, new class-style standard-library packages, WASM build targets, and the first external package ecosystem split into separate repositories.

Language

Toolchain and Packages

Standard Library

External Packages and Tools

The following projects are released as separate repositories and are not part of Tya’s standard library:

Each package/tool is distributed by git URL plus tag. Tya still has no central package registry and no tya publish command.

Verification

The release gate is:

go test ./... -count=1

The published v0.61.0 tag passed the full suite, including the maintained self-host fixed-point tests.