mech-program

Crates.iomech-program
lib.rsmech-program
version0.2.0
sourcesrc
created_at2019-03-27 16:29:03.874118
updated_at2024-07-01 18:21:53.454617
descriptionOrganizes Mech cores into a coordinated program.
homepagehttps://mech-lang.org
repositoryhttps://github.com/mech-lang
max_upload_size
id124193
size85,691
Corey Montella (cmontella)

documentation

http://docs.mech-lang.org

README

Mech is a language for developing data-driven, reactive systems like robots, games, and animations. It makes composing, transforming, and distributing data easy, allowing you to focus on the essential complexity of your project.

You can try Mech online at https://mech-lang.org/try.

Usage and installation instructions can be found in the documentation or the main Mech repository.

Be sure to follow our blog(RSS)!

Program

Organizes Mech cores into a coordinated program. Handles reading files, interfacing with libraries, and persisting changes top disk.

Contents

  • program - holds a Mech core and channels for communicating to a RunLoop.
  • runloop - holds a handle to a thread on which a Mech program is running. It also holds channels for communicating between and editor, REPL, or remote core.
  • persister - reads from and writes transactions to *.blx files.

Project Status

Mech 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.

License

Apache 2.0

Commit count: 0

cargo fmt