Dataflow Programming Pattern: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
m (Text replacement - ". ---- " to ". ---- ")
No edit summary
Line 5: Line 5:
* <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]].


----
----

Revision as of 22:18, 24 October 2022

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