Data Model
Variables and Values
Data Structures
Matrix - a ND array of values
Map - a key-value store
Set - a collection of unique values
Tuple - an ordered collection of values
Record - a collection of named values
Table - a collection of Records
Operators and Expressions
Broadcasting
Indexing
Programming Model
State Machines
Functions
Machines
Mech Programs
System Model
Capabilities
Distributed Computation
Concurrency and Parallelism
Standard Library
Mechdown Reference
Tutorials
Mech for X
Mech for Game Devs
Mech for Web Devs
Mech for ROS Devs
Mech for Matlab Devs
Mech for Python Devs
Language Design Principles
Syntax Design Notes
History
Fizz Buzz - a classic programming exercise that demonstrates the use of Mech's data model and operators.
N-Body Simulation - a simulation of gravitational interactions between multiple bodies.
Extended Kalman Filter - an implementation of the Extended Kalman Filter algorithm for state estimation.