Skip to content

Echo v0.0.1-alpha.9

Pre-release
Pre-release

Choose a tag to compare

@csfh csfh released this 25 Jul 23:18
· 70 commits to main since this release
49b9de1

Pre-release since alpha.8: language, std, memory, LSP, and contribution surface.

Highlights

  • LSP reliability — session-oriented editor support for more stable diagnostics and features
  • Memory reclamation — precise promote/demote, alias-safe demotion, graph promote (region evacuation)
  • stdlib growthstd/fs (paths, files, copy/rename/metadata/stream) and std/process (args, env, exit, run)
  • Public docs — per-export std API reference on the site; MIT license + CLA contribution plumbing
  • Tree-sitter — generated grammar sources tracked for host editor fetch
  • Installcurl | bash -s -- from-release works under set -u

Install

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

Multi-platform assets (xo-linux-x86_64, xo-macos-arm64, xo-windows-x86_64) attach when the release CI job finishes.