Skip to content

HHY Language 1.3.6

Choose a tag to compare

@github-actions github-actions released this 01 Sep 06:41
· 24 commits to main since this release

HHY Language v1.3.6

HHY v1.3.6 reduces the verified Bytecode VM's scalar Stream overhead while preserving the AST oracle and --engine ast fallback.

  • Safely fuses Bytecode map -> where -> distinct -> collect pipelines backed by bounded Range/List sources.
  • Executes compiler-recognized Int multiply and modulo/equality closure shapes through fixed local/constant operands and checked Int operations.
  • Keeps dynamic closures, effects, unknown calls, parallel/error pipelines, and unsupported Stream kinds on the general runtime path.
  • Retains cancellation safepoints, collection and memory limits, overflow/division checks, Stream claiming, close propagation, and profiler fidelity.

No public language semantics, extension protocol, or Bytecode persistence format changed.