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

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.