Joule (programming language)

Joule
Paradigmmulti-paradigm: object-oriented, distributed, Dataflow
Designed byE. Dean Tribble
First appeared1996
Typing disciplineuntyped
Influenced by
Concurrent Logic Programming, Actors
Influenced
E

Joule is a capability-secure massively-concurrent dataflow programming language, designed for building distributed applications.[1] 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.[citation needed]

Joule development started in 1994 at Agorics in Palo Alto, California.[2] It is considered the precursor to the E programming language.[3][4]

  1. ^ Miller, Mark Samuel (2006). "Robust composition: towards a unified approach to access control and concurrency control". Johns Hopkins University. {{cite journal}}: Cite journal requires |journal= (help)
  2. ^ Fremont, David (October 1994). "Waiting for the cyber-ax". Spin. 10 (7): 88.
  3. ^ "Related Links to Agoric Computing & Smart Contracts". erights.org. E's debt to Joule cannot be overstated.
  4. ^ "The E Programmer's Manual". Electric Communities. 19 July 1996. The E programming language was largely inspired by the language Joule, currently being developed by Dean Tribble, Norm Hardy, and their colleagues at Agorics, Inc.