Jump to content

Joule (programming language)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Yaronf (talk | contribs) at 22:33, 3 March 2004 (links). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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 destribes the flow of data.

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