Aug 2025 (v0.10.64)
Released on Mon Aug 11 11:27:00 2025 +0000.
Mochi v0.10.64 adds min/max helpers across multiple transpilers, refines unit return handling, and expands algorithm coverage.
Transpilers
- Min/max support for Pascal real arrays, Java primitive arrays, and Go floats.
- Zig and Rust support unit returns; Swift treats unit as
Void. - Python adds
not-in; F# handles forward refs and basic I/O. - Go handles numeric
anyconcatenation; Kotlin improves list type inference. - Pascal refines array printing; Racket isolates
ifbranches. - Fixed OCaml dynamic maps and aligned parser unary usage.
Algorithms
- Added or refreshed algorithm outputs for Scheme, Scala, Python, and Elixir.