The Joule programming language reference article from the English Wikipedia on 24-Jul-2004
(provided by Fixed Reference: snapshots of Wikipedia from wikipedia.org)

Joule programming language

For people who check facts
Joule is a concurrent programming language designed for building distributed applications. It is so concurrent, in fact, 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 flow of control. Instead, the programmer describes the flow of data.

External links

This article is a stub. You can help Wikipedia by expanding it.