Echo JS 0.11.0

<~>
alex-gutev 2137 days ago.
Tridash is a new functional reactive programming language based on bindings, which targets JavaScript and HTML and can be used for frontend web development.

Tridash allows an application to be specified as a set of computational entities, called nodes, with each node's value being dependent one or more nodes. When the value of a node changes, the values of the nodes, which depend on its value, are recomputed automatically. This greater simplifies the development of interactive applications, hopefully leading to more robust applications being written in the future.

Tridash v0.5: https://alex-gutev.github.io/tridash/

Read more about the philosophy behind tridash: https://alex-gutev.blogspot.com/2019/06/tridash-why-yet-another-programming.html

Highlights of version 0.5: https://alex-gutev.blogspot.com/2019/08/error-handling-via-failure-values-with.html