Measures Concepts
GitHub icon

Esterel

Esterel - Programming language

< >

Esterel is a programming language created in 1980.

#931on 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 Search Add Language Features Creators Resources About Blog Acknowledgements Queries Stats Sponsor Day 605 feedback@pldb.io Logout