Skip to content

fx 0.8.5 - polish, editor surface, host authority

Choose a tag to compare

@shawnlondono shawnlondono released this 07 Aug 21:03
· 7 commits to main since this release

fx 0.8.5 — polish, editor surface, host authority

Language package for ledocorp/fxlang
Tag: v0.8.5
Docs: ledocorp.org/fx

Polish release on 0.8.1: make the adoptable story visible in the public package — editor loop, SoA composition, host-minted I/O, lean agent day-one — without new language sugar or a mega-IDE.


Highlights

Area What users get
Editor Day-one fx lsp + tree-sitter notes (EDITOR.md); #line/gdb (DEBUG.md)
Agent loop check → locate → run → emit-c + lean fx mcp (AGENT.md)
Composition SoA / id-pool guidance + host-minted I/O example (COMPOSITION.md, examples/cap_host_smoke/)
IR toolchain Unchanged from 0.8.1 — QBE ships in the package

Install

fx doctor
fx version                 # expect v0.8.5
fx new hello && cd hello && fx run main.fx
fx check main.fx
fx run main.fx --emit-c

Honesty bounds

Still not in this tag:

  • DAP / integrated debugger product
  • Package manager / registry
  • Soft / dynamic regions or mut sugar on growable Vec
  • In-language typed capability values (host-boundary recipe is the story today)
  • Language-wide formal certification

Windows IR still needs WSL (or use --emit-c).


Thanks

Stewarded by Shawn Londono / LedoCorp · Apache-2.0
QBE © Quentin Carbonneaux — MIT (third_party/qbe/LICENSE)