Dataflow Programming Pattern: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
No edit summary
m (Text replacement - "** ..." to "** …")
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
* <B>Context:</B>
* <B>Context:</B>
** It can be supported by a [[Dataflow Programming Language]].
** 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 16: 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