Synchronous programming language: Difference between revisions

Content deleted Content added
m spelling
Line 1:
{{Unreferenced|date=September 2007}}
A '''synchronous programming language''' is a [[computer]] [[computer programming|programming]] [[programming language|language]] optimized for programming reactive systems, systems that are often interrupted and must respond quickly. Many such systems are also called [[Real-time computing|realtimereal-time]] systems, and are found often in [[Embedded system|embedded uses]]. The term 'reactive' is chosen to avoid ambiguities that occur sometimes when using the term 'realtimereal-time'. They are of growing importance.
 
'''Synchronous Programmingprogramming''' (also '''Synchronoussynchronous reactive programming''' or '''SRP''') is a [[computer programming]] [[Programming paradigm|paradigm]] supported by synchronous programming languages.
 
==Implementations==