Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

Esterel

< >

Esterel is a programming language created in 1980.

#1484on PLDB 44Years Old
Wikipedia

Esterel is a synchronous programming language for the development of complex reactive systems. The imperative programming style of Esterel allows the simple expression of parallelism and preemption. As a consequence, it is well suited for control-dominated model designs. Read more on Wikipedia...


Example from Wikipedia:
module ABRO: input A, B, R; output O; loop [ await A || await B ]; emit O each R end module

- Build the next great programming language · Add · Issues · About · Search · Keywords · Livestreams · Labs · Resources · Acknowledgements

Built with Scroll v164.7.0