Crates.io | mech-core |
lib.rs | mech-core |
version | |
source | src |
created_at | 2019-03-19 21:15:41.567955 |
updated_at | 2024-11-05 06:32:39.773421 |
description | The Mech language runtime. |
homepage | https://mech-lang.org |
repository | https://github.com/mech-lang/mech |
max_upload_size | |
id | 122533 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Mech is a language for developing data-driven, reactive systems like animations, games, and robots. It makes composing, transforming, and distributing data easy, allowing you to focus on the essential complexity of your project.
Try Mech online in your browser, or follow our progress on our blog.
The language runtime. It's a small dataflow engine that accepts transactions of changes, and applies them to a compute network.
Value
, a unified datatypeKind
, which is used to annotate the kind of each varibleMechError
, an error type that is used throughout the Mech system.Matrix
wraps NDArray for fast matrix computationsMech is currently in the beta stage of development. This means that the language is at a suitable stage for a wider audience. While most language feature implementations are started, none are finished, and some new features may, while others could be removed. Backwards and forwards compatibility of Mech programs is not guaranteed at this time.
Apache 2.0