Dataflow Language - Growing article, with links to many related topics. [Wikipedia] - http://en.wikipedia.org/wiki/Dataflow_language
ResearchIndex: Coarse-Grain Dataflow Programming of Conventional Parallel Computers - Granular Lucid, GLU: coarse-grain dataflow language for programming conventional parallel computers; based on Lucid (circa 1994) an implicitly parallel, multidimensional dataflow language. A GLU program is a Lucid program with imperatively defined data fu - http://citeseer.ist.psu.edu/126706.html
Pure Data (PD) - Real-time graphical dataflow programming environment for audio, video, and graphical processing. - http://puredata.org
CS545S: Modular Programming - College course on basic programming concepts: modular (encapsulation, abstract data types); object-oriented (class, inheritance, polymorphism, dynamic binding); concurrent (thread, synchronization); via Java compared to Oberon, Smalltalk; then dataflow mo - http://www.cs.wustl.edu/~tdk/courses/Cs545/