Position, Not Syntax.
The First AI-Native Language.
In 2026, AI writes the code. Humans only state intent. Liya-IL is designed for this new reality.
def, function, async, await, try...except words are now unnecessary. In Liya-IL, a symbol's meaning comes from where it stands . Up, in, down, beside — position determines meaning.
Deep Layer (L1): Raw IDs. One token for AI-to-AI communication. Surface Layer (L2): Human-readable text, emoji, or braille. Same meaning, different form.
Fixed 2-byte tokens. Position-based grammar. Zero ambiguity, maximum efficiency.
Text, emoji, SVG, or braille. Customizable per user preference. Same L1 token underneath.
def reverse_and_get_evens(arr):
reversed_arr = list(reversed(arr))
return [x for x in reversed_arr
if x % 2 == 0]fn reverse_evens(arr: [int]) -> [int] {
arr.rev().filter(|x| x % 2 == 0)
}🔁(🔍(📋, ⚖️🔢))Blind developers are first-class users. STT/TTS natural flow, screen reader optimization, and voice code generation are integrated from day one.
Position-based grammar means zero syntactic ambiguity. AI models produce correct code on the first try.
When things go wrong, a human can read and fix it. Clean syntax that never sacrifices clarity.
3–5× fewer tokens than Python for equivalent logic. Faster generation, lower cost.
The type system catches errors before runtime. Immediate feedback during AI generation.
Designed for voice-first workflows. Blind developers are first-class users.
Compiles to every target architecture via LLVM backend. From WebAssembly to ARM — one language, everywhere.
Language is the shape of thought. Redesigning the language AI thinks in is redesigning the future.— Liya-IL Manifesto, 2026
Manifesto, language grammar (BNF/EBNF), GitHub repo, and RFC process publication.
10,000+ natural language → Liya-IL → target code examples with unit-test validation.
Python-based lexer + parser + AST. Interactive playground at il.liyalabs.com.
QLoRA fine-tuning on Qwen 3.5 Coder 7B. vLLM deployment for sub-millisecond inference.
100+ contributors. Standard library, multilingual gateway expansion.
Liya-IL is open source and community-driven. Contribute, share your ideas, and shape the evolution of the language.