Roadmap

This roadmap lists remaining work. For implemented behavior, see the ecosystem status and language reference.

Completed foundations

The current monorepo already provides:

  • indentation-sensitive Arx parsing with typed functions and variables
  • structured control flow, imports, classes, templates, assertions, and tests
  • ASTx as the shared node model
  • IRx semantic analysis, structured diagnostics, LLVM lowering, and linking
  • on-demand native runtime features
  • Apache Arrow C++ arrays, tensors, tables, Series, and RecordBatch IPC
  • static-schema Arx DataFrames and fixed-shape numeric tensors
  • ArxPy and ArxJIT package foundations

Native Arrow and collections

Arx language

IRx and ASTx

Python entry points

ArxPy

ArxJIT

Release readiness

Back to top