This directory is the main documentation hub for the current Interton beta. It covers the external language surface: syntax, types, CLI behavior, standard modules, Mermaid orchestration, and practical example-oriented usage.
Important
Current target version: Interton beta-v_.7.4
Run this before reading deeper:
intertonc --version
intertonc --helpExpected version marker:
Interton compiler beta-v_.7.4
| Need | Recommended entry |
|---|---|
| Main reading map | RU Handbook or EN Handbook |
| First working program | RU Quick Start or EN Quick Start |
| CLI modes and flags | RU CLI Run Modes or EN CLI Run Modes |
| Built-in modules and callable API | RU Standard Library or EN Standard Library |
| Mermaid system surface | RU Mermaid Spec or EN Mermaid Spec |
| Full current language reference | RU Language Spec or EN Language Spec |
| User-visible changes since baseline | Patch Notes |
Рекомендуемый порядок чтения:
- ru/00-handbook.md - главная точка входа и карта документации
- ru/00-quick-start.md - первый запуск, минимальные программы, проверенные примеры
- ru/01-language-tour.md - компактный обзор языковой поверхности
- ru/02-types-and-data.md - литералы, массивы, кортежи, optional, объектные данные
- ru/03-expressions-and-operators.md - выражения, приоритеты, присваивания, диапазоны
- ru/04-control-flow-and-functions.md - управляющие конструкции,
call,procedure, лямбды, async - ru/05-modules-ffi-and-metadata.md - модули,
using, foreign-блоки, metadata,domain_entity - ru/06-logic-tunnel-toned-refocus.md - логический слой, tunnel, toned, refocus
- ru/07-quantum-interference-and-ray.md - квантовые, interference и ray-ориентированные API
- ru/08-recipes-and-patterns.md - короткие прикладные рецепты
- ru/09-cli-run-modes.md - режимы компилятора, feature-флаги, execution profiles
- ru/11-standard-library-reference.md - встроенные модули и callable API
- ru/12-mermaid-system-spec.md - cluster, deep, struct, temporal, causal, meta, messaging
- ru/13-current-language-spec.md - сводная спецификация текущей beta-ветки языка
Recommended reading order:
- en/00-handbook.md - main entry point and reading map
- en/00-quick-start.md - first run, minimal programs, validated examples
- en/01-language-tour.md - compact map of the language surface
- en/02-types-and-data.md - literals, arrays, tuples, optional, object-like data
- en/03-expressions-and-operators.md - expressions, precedence, assignment, ranges
- en/04-control-flow-and-functions.md - control flow,
call,procedure, lambdas, async - en/05-modules-ffi-and-metadata.md - modules,
using, foreign blocks, metadata,domain_entity - en/06-logic-tunnel-toned-refocus.md - logic layer, tunnel, toned, refocus
- en/07-quantum-interference-and-ray.md - quantum, interference, ray-oriented APIs
- en/08-recipes-and-patterns.md - short practical templates
- en/09-cli-run-modes.md - compiler modes, feature flags, execution profiles
- en/11-standard-library-reference.md - built-in modules and callable API
- en/12-mermaid-system-spec.md - cluster, deep, struct, temporal, causal, meta, messaging
- en/13-current-language-spec.md - consolidated current beta language specification
- PATCH_NOTES.md - user-facing fixes, improvements, performance notes, and in-progress items
- SECURITY.md - vulnerability reporting and artifact integrity guidance
- CONTRIBUTING.md - contribution flow
- CODE_OF_CONDUCT.md - community behavior rules
- License.md - licensing terms
- The beta language surface is still evolving; syntax, modules, and CLI behavior may change between releases.
- The Russian and English tracks follow the same compact structure and cover the same main topics.
- This folder is written for application developers, integrators, and users validating the current beta line in practice.