Aug 2025 (v0.10.69)
Released on Mon Aug 18 18:36:29 2025 +0700.
Mochi v0.10.69 enhances numeric math and expands algorithm coverage across transpilers.
Transpilers
- Pascal supports hyperbolic math functions and removes stale logs.
- C transpiler handles string casts, list equality, and list literal concatenation.
- Java and Go map
expandlnto native math libraries. - F# improves
int64assignments. - Ruby honors user-defined math functions and folds
pow10multiplications. - C# trims float literal precision and fixes test data paths starting at
tests/. - Python refines numeric string conversion.
- Scheme adds
SwapBenchMainhelper and refreshes algorithm outputs. - Rust tracks closure parameter types and supports string indexing casts.
- PHP benchmarks now track peak memory usage.
Algorithms
- Expanded algorithm outputs for Erlang (indices 754–804) and Clojure (698–747).
- Updated convolution neural network benchmarks for Kotlin.