Bureaucrats, emailconfirmed, Administrators
5,468
edits
No edit summary |
|||
Line 1: | Line 1: | ||
==Dataflow== | |||
"Traditionally, a program is modeled as a series of operations happening in a specific order; this may be referred to as sequential, procedural, Control flow (indicating that the program chooses a specific path), or imperative programming. The program focuses on commands, in line with the von Neumann vision of sequential programming, where data are normally "at rest"." (https://en.wikipedia.org/wiki/Dataflow_programming) | |||
"In contrast, dataflow programming emphasizes the movement of data and models programs as a series of connections. Explicitly defined inputs and outputs connect operations, which function like black boxes. An operation runs as soon as all of its inputs become valid. Thus, dataflow languages are inherently parallel and can work well in large, decentralized systems." (https://en.wikipedia.org/wiki/Dataflow_programming) | |||
==Pure Data (Pd)== | |||
"Pure Data (Pd) is a visual programming language developed by Miller Puckette in the 1990s for creating interactive computer music and multimedia works." (https://en.wikipedia.org/wiki/Pure_Data) | |||
==syllabus== | ==syllabus== | ||
dataflow, network | dataflow, network |