Molt

Difference between version 1 and 2 - Previous - Next
[https://github.com/wduquette/molt/blob/master/MoltLogo.png?raw=true]
'''Molt''', aka "More or Less TCL", is a small TCL implementation written in https://www.rust-lang.org%|%Rust%|%.  It is intended to be used as a Rust extension language, rather than for standalone scripting (though that is possible).  

Molt is currently in active development. The implementation is not yet complete, but supports:

   * Standard TCL syntax
   * Expressions
   * Many standard TCL commands, including procedures and control structures.
   * A TclTest-like test harness
   * A robust, user-friendly Rust API for embedding, creating shells, and so forth.

For more information, see the following links:

+++
The Molt Repository  https://github.com/wduquette/molt
The Molt Book  https://wduquette.github.io/molt
The Molt Blog  https://wduquette.github.io
+++