sharkyz Posted February 4, 2015 Report Posted February 4, 2015 (edited) FBP a fost din nou readus la popularitate (2013) cu un proiect pe Kickstarter numit NoFlo care a facut 'programarea visuala' aproape o realitate. Mai multe despre NoFlo: NoFlo | Flow-Based Programming for JavaScriptIn computer programming, flow-based programming (FBP) is a programming paradigm that defines applications as networks of "black box" processes, which exchange data across predefined connections by message passing, where the connections are specified externally to the processes. These black box processes can be reconnected endlessly to form different applications without having to be changed internally. FBP is thus naturally component-oriented.FBP is a particular form of dataflow programming based on bounded buffers, information packets with defined lifetimes, named ports, and separate definition of connections. - WikipediaLinks:http://www.jpaulmorrison.com/fbp/http://noflojs.org/http://ersaconf.org/ersa-adn/papers/adn003.pdfhttp://www.slideshare.net/SamuelLampa/flow-based-programming-an-overviewhttp://rawkes.com/articles/an-introduction-to-noflo-and-flow-based-programminghttps://medium.com/@luisbebop/future-of-programming-c16d3bd2e7d2 Edited February 4, 2015 by sharkyz Quote