Tags: Programming Language.

Joule is a concurrent dataflow programming language designed for building distributed applications. It is so concurrent that the order of statements within a block is irrelevant to the operation of the block. Statements are executed whenever possible based on their inputs. Everything in Joule happens by sending messages. There is no control flow. Instead the programmer describes the flow of data making it a dataflow programming language.

Loading...

This page contains content from the copyrighted Wikipedia article "Joule (programming language)"; that content is used under the GNU Free Documentation License (GFDL). You may redistribute it, verbatim or modified, providing that you comply with the terms of the GFDL.