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

Esterel

< >

Esterel is a programming language created in 1980.

#1293on PLDB 44Years Old

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

View source

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