Category:Programming paradigm/Declarative: Difference between revisions

m
added whitespace.
(Annotations are a type of declarative programming)
m (added whitespace.)
 
(One intermediate revision by one other user not shown)
Line 8:
* Annotations, such as are found as in [[C sharp|C#]] and [[Java]];
* Many domain-specific languages.
 
 
Among the latter, according to the domain:
Line 15 ⟶ 16:
* database modeling: [[wp:IDEF|IDEF]];
* formal grammar parser generation: [[wp:Yacc|yacc]], [[wp:GNU_bison|bison]];
* logical inference: [[Prolog]], [[wp:Logtalk|Logtalk]];
* pattern matching: [[wp:Regex|regex]], [[wp:SNOBOL|SNOBOL]];
* process automation, modeling, simulation and control: [[wp:LabView|LabView]], [[wp:Modelica|Modelica]], [[wp:Simulink|MatLab/Simulink]], [[wp:Fuzzy_Control_Language|Fuzzy Control Language]];