Dataflow
-
Implicit async programming model for imperative (JS/Python-like) languages
Asynchronous Programming Is Hard We tend to think sequentially, but in concurrent code time is the hidden variable that is out of your control. Operations that seem independent race each other in...
read article -
Introduction to CascadaScript: Concurrent by Default, Sequential by Exception
CascadaScript - Everything Runs at Once CascadaScript is a scripting language where everything runs at once, concurrently - every statement, every part of every expression, every step inside every...
read article