Skip to main content

Aug 2025 (v0.10.67)

Released on Sat Aug 16 10:44:34 2025 +0000.

Mochi v0.10.67 improves cross-language transpilers and refreshes algorithm outputs.

Transpilers

  • Zig handles field aliases and float casts.
  • Scheme transpiler adds CSV load and tolerant equality.
  • Swift fixes if scoping, panic handling, and safe substring usage.
  • Java refines nested list appends and floor division.
  • Go transpiler reads files and supports pow_int and nth_root.
  • Kotlin adds Apriori and simplex algorithms with better type tracking.
  • Lua introduces the Chebyshev distance algorithm.
  • C++ resets helper flags and improves parameter passing.

Algorithms

  • Expanded algorithm coverage for Kotlin, Pascal, and Rust.
  • Refreshed algorithm outputs across C, Erlang, Python, Ruby, and more.
  • Lua and others add new mathematical and graph algorithms.