This release adds Python Bridge integration, 25+ engine operations, a module system, an interactive REPL, and pattern matching.
- Python Bridge — Full integration with numpy/pandas support, circuit breaker, connection pooling, and retry logic.
- 25+ Engine Operations — All aggregations, vector ops, transformations, search, matrix, and string operations.
- Module System — Import resolution, caching, and circular dependency detection.
- Interactive REPL — Multi-line input, variable persistence, built-in commands.
- Pattern Matching — Literal, variable, array patterns with guards.
- Elixir 1.14+ / OTP 25+
- Zig 0.10+ (Zigler 0.15; run
mix zig.getaftermix deps.get) - Python 3.10+ (for specialist; optional if not using Python calls)
git clone https://github.com/Zixir-lang/Zixir.git
cd Zixir
git checkout v0.2.0
mix deps.get
mix zig.get
mix compile
mix test
mix zixir.run examples/hello.zixirApache-2.0 — see LICENSE.