Skip to main content

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 exp and ln to native math libraries.
  • F# improves int64 assignments.
  • Ruby honors user-defined math functions and folds pow10 multiplications.
  • C# trims float literal precision and fixes test data paths starting at tests/.
  • Python refines numeric string conversion.
  • Scheme adds SwapBenchMain helper 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.