Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
4 user(s) are online (3 user(s) are browsing encyclopedia)

Members: 0
Guests: 4

more...
browser tip
Unix Befehle
manual of unix befehle
recommendation!
Sponsored
partner

Joule programming language

Joule is a concurrent programming language dataflow language programming language, designed for building distributed computing. 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 language.

It is considered the precursor to the E programming language.

=See also=

E programming language

=External links=

*[http://www.agorics.com/Library/joule.html Joule: Distributed Application Foundations]

*[http://www.erights.org/history/joule/ Joule: The Great Synthesis]