HHY V1.0.0
Learn HHY
Start with the interpreter, master Flow and the system standard library, then apply HHY to logs, health checks, builds, reports, and backups. Every example documents behavior implemented and verified in V1.0.0.
Quick Start
Install HHY, build the interpreter, and run your first script.
Read chapter02Language Basics
Variables, values, functions, conditions, loops, and scope.
Read chapter03Flow and Streams
Understand pipe injection, lazy streams, and single-consumption semantics.
Read chapter04Files and Paths
Walk directories, read text, and write results safely.
Read chapter05Text, JSON, and CSV
Process UTF-8 text, regular expressions, and structured data.
Read chapter06Processes and System
Run commands, consume output, and inspect system state.
Read chapter07HTTP
Build requests, configure timeout and retry, and process responses.
Read chapter08Parallel and Watch
Bounded parallel work, cancellation, and filesystem event streams.
Read chapter09Modules and Errors
Organize code, propagate structured errors, and unwind resources reliably.
Read chapter10Practical Automation Recipes
Every example from examples/00–08, plus release gates, security audits, reconciliation, tenant snapshots, and asset governance.
Read chapter11CLI Reference
Run, check, format, use the REPL, and inspect dry-run plans.
Read chapter