Joule is a programming language created in 1996 by E. Dean Tribble.
#2331on PLDB | 28Years Old |
Joule is a 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. Read more on Wikipedia...
If amount <= balance
• account withdraw: amount
else
• account report-bounce:
end