Tya v0.64 Release Notes

v0.64 adds first-class lexical closures, iterable sequence protocols, and a set of standard-library protocol interfaces for comparison, equality, I/O, serialization, and human-readable string conversion.

Language

Iteration

Standard Protocols

Documentation

Verification

The release gate is:

go test ./... -count=1

On the release machine, the full suite exceeded Go’s default 10-minute package timeout after all tests were already in the long tya/tests package. The same release gate with an explicit 20-minute timeout passed:

go test ./... -count=1 -timeout=20m