LedoCorp · language · 0.9.74 · GPL-3.0

fx

A systems language with visible control. Named regions and effects stay in the source. Native-first fx run for supported programs — and emit readable C when you need the C universe.

Docs GitHub

Try it

Clone the language package, put bin/ on your PATH, and use a C toolchain (gcc default). Windows or Linux x86_64. Start with the install guide or grab v0.9.74. Licensed under the GNU GPL v3.

fx doctor
fx version                 # v0.9.74
fx new hello
cd hello
fx run main.fx             # expect exit 42

Learn path

  1. Install / hello
  2. Language tour
  3. Composition
  4. Regions / caps
  5. Wrap / C host
  6. CLI
  7. Surface map (as-implemented)

Full docs index: /fx/docs/.

Why fx

Not a batteries-included app platform or a scripting GC language. Built on the 0.9.6 platform freezes and short paths (no-grow v[i]=x, --cli auto-host). Grow and slot writes stay explicit.

What's new in 0.9.74

Notes: package docs/releases/0.9.74.md · GitHub Release.