Dataflow Programming Pattern: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
(Created page with "A Dataflow Programming Pattern is a programming pattern that models a program as a directed graph of the data flowing between operations, thus implementing dataf...")
 
m (Text replacement - "** ..." to "** …")
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
A [[Dataflow Programming Pattern]] is a [[programming pattern]] that models a program as a [[directed graph]] of the data flowing between operations, thus implementing [[dataflow]] principles and architecture.
A [[Dataflow Programming Pattern]] is a [[programming pattern]] that models a program as a [[directed graph]] of the data flowing between operations, thus implementing [[dataflow]] principles and architecture.
* <B>Context:</B>
** It can be supported by a [[Dataflow Programming Language]].
** …
* <B>Example(s):</B>
* <B>Example(s):</B>
** [[Flow-Based Programming]].
** [[Flow-Based Programming]].
* <B>See:</B> [[Jack Dennis]], [[Computer Programming]], [[Programming Paradigm]], [[Directed Graph]], [[Dataflow]], [[Programming Language]], [[Functional Language]], [[Dataflow Architecture]].
** [[Reactive Programming Pattern]].
** …
* <B>See:</B> [[Directed Graph]], [[Dataflow]], [[Programming Language]], [[Functional Language]], [[Dataflow Architecture]].
 
----
----
----
----
Line 13: Line 19:


----
----
__NOTOC__
[[Category:Concept]]
[[Category:Concept]]
__NOTOC__

Latest revision as of 16:38, 6 January 2023

A Dataflow Programming Pattern is a programming pattern that models a program as a directed graph of the data flowing between operations, thus implementing dataflow principles and architecture.



References

2021