Skip to main content

Jul 2025 (v0.10.16)

Released on Sat Jul 5 17:01:44 2025 +0700.

Mochi v0.10.16 introduces language conversion tools and sandboxed execution while extending SQL Logic Test coverage.

Runtime

  • Runner protocol added with multi-stage sandbox containers
  • min and max builtins implemented in the C backend

Compilers

  • Any2mochi supports Python, Go and TypeScript with diagnostics and server mode
  • Go converter handles Scanln, func literals and improved snippets
  • Python converter supports dataclasses, fetch/get and sort/skip/take
  • Scala map field access and Fortran upper/lower builtins

Datasets

  • SQL Logic Test generator handles SELECT ALL and aggfunc cases
  • Group-by test suite expanded with cases 300–499

Tooling

  • sqlite2duck offers extended conversions with CLI tests
  • Doom example updated with movement helpers