Post

HN
Hacker News

Show HN: Mach – A compiled systems language looking for contributions

Mach is a statically-typed, compiled systems language designed to be simple, fast, verbose, and intuitive.

Mach is designed with the following principles in mind:

Read the language reference before installing. The docs are written more like a pamphlet than a bible and assume familiarity with basic programming concepts from other languages.

Mach builds itself, so building from source needs an existing mach — install the latest release first.

The compiler is written to out/<target>/bin/mach .

Run mach help <command> for more information about a specific subcommand, or see the full CLI reference .