Book Home
New beginner entry point: docs/book/poche/summary.html (all-in-pocket format).
This book is organized into three complementary layers. The chapters carry the full conceptual progression. The logic section isolates execution mechanisms and code traces. The keywords section documents each lexical element of the language with short examples.
Main entry point: docs/book/summary.html.
Recommended route if the book feels too dense: docs/book/poche/summary.html.
Quick technical entry point: docs/book/technical-index.html.
Editorial style guide: docs/book/STYLE.html.
Where to Learn What
- Getting started and basics:
docs/book/chapters/00-foreword.html,docs/book/chapters/01-starting.html,docs/book/chapters/04-syntax.html. - Types and data:
docs/book/chapters/05-types.html,docs/book/chapters/08-structures.html,docs/book/chapters/11-collections.html. - Control and logic:
docs/book/chapters/06-procedures.html,docs/book/chapters/07-control.html,docs/book/logique/index.html. - Modules and architecture:
docs/book/chapters/09-modules.html,docs/book/chapters/15-pipeline.html,docs/book/chapters/20a-overall-architecture.html. - Quality and execution:
docs/book/chapters/10-diagnostics.html,docs/book/chapters/18-tests.html,docs/book/chapters/20-reproducibility.html. - Full projects:
docs/book/chapters/21-cli-project.htmltodocs/book/chapters/26-editor-project.html.
Editorial Charter
- Style: precise, educational, concrete, execution-oriented.
- Detail level: explain the intent, guard, exit, and state effect.
- Required frame:
Goal -> Example -> Why it matters -> Mental check -> Try this -> Minimal fix. - Target length: see the detailed thresholds in
docs/book/STYLE.html. - Anti-repetition rule: do not redefine the basics (
int,proc, etc.) outside the opening and glossary.