Awesome
<p align="center"> <img width="500px" src="https://mech-lang.org/img/logo.png" alt="Mech Logo"> </p>Mech is a language for building data-driven and reactive systems like robots, games, user interfaces, and more. It simplifies composing, transforming, and distributing data, so you can focus on the core complexities of your project.
Try Mech online in your browser or stay updated through our blog.
📚 Documentation
New to Mech? Start with Learn Mech in Fifteen Minutes.
Comprehensive documentation is available at mech-lang.org and open-sourced on GitHub.
📂 Download and Install
💾 From Binary
Download the latest release for your platform here.
🔨 From Source
To build Mech from source, you’ll need to install Rust (nightly version). Follow the instructions below to compile the Mech toolchain, bundled in a single executable called mech
:
git clone https://gitlab.com/mech-lang/mech
cd mech
cargo build --bin mech --release
🚧 Project Roadmap
Mech is being redesigned to integrate state machines into the language, with development happening in the v0.2-beta branch.
The v0.2 release is planned for October 2024. For more details, check out the ROADMAP.mec.
⚖️ License
Licensed under Apache 2.0.