Skip to content

Echo v0.0.1-alpha.12

Pre-release
Pre-release

Choose a tag to compare

@csfh csfh released this 22 Aug 17:56
· 2 commits to main since this release
ca66673

Pre-release since alpha.11: # const-eval, runtime, HTTP, and Windows link.

Highlights

  • # const-eval — duration, bytes, locator, list, range, named/anon struct lits; field and index; omitted % defaults filled at check
  • Runtime — live heap is process-global so task-worker strings stringify correctly; str_slice indexes original bytes (not lossy expansion)
  • HTTP — request bodies accumulate as bytes (bytes.cat); more than 64 headers parse without dropping the path
  • Windowsxo-windows-x86_64.tar.gz is on this tag (xo.exe for check/fmt/lsp/repl). AOT xo run is not first-class yet.

Install

curl -fsSL https://raw.githubusercontent.com/modoterra/echo/main/scripts/install.sh \
  | bash -s -- from-release v0.0.1-alpha.12

Assets: xo-linux-x86_64.tar.gz, xo-macos-arm64.tar.gz, xo-windows-x86_64.tar.gz.