Top 1,000 Features Creators Resources Blog Explore Download
GitHub icon

Joule

< >

Joule is a programming language created in 1996 by E. Dean Tribble.

#1912on 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...


Example from Wikipedia:
If amount <= balance • account withdraw: amount else • account report-bounce: end

View source

- Build the next great programming language · About · Acknowledgements · Extensions · Day 624 · feedback@pldb.io