Synchronous programming language
From Wikipedia, the free encyclopedia
A synchronous programming language is a computer programming language optimized for programming reactive systems, systems that are often interrupted and must respond quickly. Many such systems are also called realtime systems, and are found often in embedded uses. The term 'reactive' is chosen to avoid ambiguities that occur sometimes when using the term 'realtime'. They are of growing importance.
[edit] Synchronous languages
- Argos
- Esterel
- LEA
- Lustre
- Quartz
- Signal
- SOL
- SyncCharts
[edit] External links
- Design Methods for Reactive Systems: Yourdon, Statemate, and the UML
- The Synchronous group
- Unification of Synchronous and Asynchronous Models for Parallel Programming Languages -- Proposes parallel languages based on C, lets programmers specify and manage parallelism on a broad range of computer architectures.