Blyx v0.1.0-alpha: AI-Native Systems Language with Rust Runtime •View on GitHub
Home / Learn
Official Educational Resources

Learn Blyx

Master Blyx through comprehensive documentation, interactive browser code examples, official book chapters, and compiler architectural guides.

1. Get Started

The Blyx Book

The definitive guide to Blyx. Read from chapter 1 or jump directly to any ownership, actor, tensor, or GPU topic.

Quick Start

Install the Blyx toolchain via terminal script and run your first compiled program in under 5 minutes.

Blyx by Example

Learn through bite-sized, runnable code snippets showing syntax patterns, AI primitives, and GPU kernels.

2. Documentation & Reference

Official Documentation

Comprehensive language reference, API specifications, and standard library documentation.

Compiler Internals

Interactive visualizer for lexer tokens, AST nodes, BIR SSA basic blocks, and LLVM emission passes.

Interactive Playground

Write, compile, inspect BIR SSA, and benchmark Blyx code directly inside your web browser.