Joule (programming language)
Joule is a capability-secure massively-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.
Paradigm | multi-paradigm: object-oriented, distributed, Dataflow |
---|---|
Designed by | E. Dean Tribble |
First appeared | 1996 |
Typing discipline | untyped |
Influenced by | |
Concurrent Logic Programming, Actors | |
Influenced | |
E |
Joule development started in 1994 at Agorics in Palo Alto, California. It is considered the precursor to the E programming language.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.