2 releases
new 0.2.29 | Jan 8, 2025 |
---|---|
0.2.27 | Dec 30, 2024 |
0.2.21 |
|
0.2.4 |
|
0.0.1 |
|
#118 in Programming languages
665 downloads per month
1.5MB
25K
SLoC
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.
π Download and Install
πΎ From Binary
Download the latest release for your platform here.
π¦ From Source
To build Mech from source, youβll first need to install Rust (make sure to install a recent version on the nightly release channel).
Then 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
π Documentation
New to Mech? Start with Learn Mech in Fifteen Minutes.
Comprehensive documentation is available at mech-lang.org and open-sourced on GitHub.
πͺ Community
The Mech community stays active at a few places around the Internet:
- πΎ Discord - for live chat
- π GitHub - for code and issues
- πΊ YouTube - for video tutorials
- πΈ Reddit - for help and general discussion
- π§ Mailing List - for dev discussion
Feel free to stop by and introduce yourself -- we're happy to meet new users and answer questions!
πΊοΈ Project Roadmap
Mech v0.2 is currecntly beta status, meaning most intended features are implemented, but rough edges abound and a there is a general lack of documentation. Development is currently focused on testing and documentation.
A Brief Roadmap:
- βοΈ v0.1 - proof of concept system - minimum viable language implementation
- π v0.2 - data specification - formulas, defining and manipulating data
- β v0.3 - program specification - functions, modules, state machines
- β v0.4 - system specification - tools, distributed programs, capabilities
For more details, read the ROADMAP.
A new version of Mech is released every week.
π² Notice
Mech should be considered unstable and therefore unfit for use in critical systems until v1.0 is released.
βοΈ License
Licensed under Apache 2.0.
Dependencies
~28β43MB
~714K SLoC