Dataflow Programming Pattern: Difference between revisions

From GM-RKB
Jump to navigation Jump to search
m (Text replacement - "---- __NOTOC__" to "---- __NOTOC__")
m (Text replacement - ". ---- " to ". ---- ")
Line 6: Line 6:
** [[Flow-Based Programming]].
** [[Flow-Based Programming]].
* <B>See:</B> [[Jack Dennis]], [[Computer Programming]], [[Programming Paradigm]], [[Directed Graph]], [[Dataflow]], [[Programming Language]], [[Functional Language]], [[Dataflow Architecture]].
* <B>See:</B> [[Jack Dennis]], [[Computer Programming]], [[Programming Paradigm]], [[Directed Graph]], [[Dataflow]], [[Programming Language]], [[Functional Language]], [[Dataflow Architecture]].
----
----
----
----

Revision as of 02:40, 17 June 2021

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