Lustre is a programming language created in 1993.
#1659on PLDB | 31Years Old |
Lustre is a formally defined, declarative, and synchronous dataflow programming language for programming reactive systems. It began as a research project in the early 1980s. A formal presentation of the language can be found in the 1991 Proceedings of the IEEE. Read more on Wikipedia...
node Edge (X聽: bool) returns (E聽: bool);
let
E = false -> X and not pre X;
tel