A programming paradigm in which computation is modelled as a directed
graph (which may or may not contain cycles), the nodes of which are
either data sources (producers of data), data sinks (consumers), or
"processing elements" which compute some function; and the arcs of which
represent dataflow between nodes.
Dataflow programming languages share some features of functional languages, and were generally developed in order to bring some functional concepts to a language more suitable for numeric processing.
Dataflow programming languages share some features of functional languages, and were generally developed in order to bring some functional concepts to a language more suitable for numeric processing.
No comments:
Post a Comment