Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revisionBoth sides next revision
visual_programming [2007-07-12 09:32] – external edit 127.0.0.1visual_programming [2007-07-12 09:49] nik
Line 1: Line 1:
  
-Visual Programming+==== Visual Programming ==== 
  
 graphical models for programming, using graphs, icons or other graphical representaions of processes. graphical models for programming, using graphs, icons or other graphical representaions of processes.
  
-languages/environments+==== languages/environments ==== 
  
 thingLab thingLab
Line 26: Line 28:
   * http://www.cas.mcmaster.ca/~kahl/HOPS/ or http://www2-data.informatik.unibw-muenchen.de/kahl/HOPS/   * http://www.cas.mcmaster.ca/~kahl/HOPS/ or http://www2-data.informatik.unibw-muenchen.de/kahl/HOPS/
  
-reading+==== reading ==== 
   * bibliographies(research focused) ->   * bibliographies(research focused) ->
     * http://www.cs.orst.edu/~burnett/vpl.html     * http://www.cs.orst.edu/~burnett/vpl.html
Line 41: Line 44:
     *      * 
  
-usability analysis+==== usability analysis ==== 
   * using 'cognitive dimesions' http://citeseer.nj.nec.com/77679.html   * using 'cognitive dimesions' http://citeseer.nj.nec.com/77679.html
   * and further ... http://www.thomas-green.ndtilda.co.uk/workStuff/res-proglangs.html   * and further ... http://www.thomas-green.ndtilda.co.uk/workStuff/res-proglangs.html
  
-refs/links+==== refs/links ==== 
   * http://cui.unige.ch/Visual/#Research   * http://cui.unige.ch/Visual/#Research
   * http://www-lsi.upc.es/~rbaeza/cursos/vp/todo.html   * http://www-lsi.upc.es/~rbaeza/cursos/vp/todo.html
   * news://comp.lang.visual faq http://www.faqs.org/faqs/visual-lang/faq/   * news://comp.lang.visual faq http://www.faqs.org/faqs/visual-lang/faq/
  
-tangents,.+==== tangents,==== 
  
 ARK and VIPR follow up references ARK and VIPR follow up references
Line 56: Line 62:
 "Visual Programming Languages: A Survey" http://www.cs.berkeley.edu/~maratb/cs263/paper/paper.html and http://citeseer.nj.nec.com/boshernitsan97visual.html "Visual Programming Languages: A Survey" http://www.cs.berkeley.edu/~maratb/cs263/paper/paper.html and http://citeseer.nj.nec.com/boshernitsan97visual.html
  
-visual programming in music+==== visual programming in music ==== 
  
 max/msp/pd/jmax obviously,. ircam has been quite influential in devlopeing enviroments aorund the "patch and wires" metaphor, with serveral approaches being taken over the years (including OpenMusic above) ., . max/msp/pd/jmax obviously,. ircam has been quite influential in devlopeing enviroments aorund the "patch and wires" metaphor, with serveral approaches being taken over the years (including OpenMusic above) ., .
 papers papers
-  * "Visual Programming in Music" by GÈrard Assayag http://catalogue.ircam.fr/articles/textes/Assayag95/+  * "Visual Programming in Music" by G�rard Assayag http://catalogue.ircam.fr/articles/textes/Assayag95/
   * "An Object Oriented Visual Environment for Musical Composition" by Assayag, Agon, Fineberg et Hanappe. (describing OpenMusic) http://catalogue.ircam.fr/articles/textes/Assayag97a/   * "An Object Oriented Visual Environment for Musical Composition" by Assayag, Agon, Fineberg et Hanappe. (describing OpenMusic) http://catalogue.ircam.fr/articles/textes/Assayag97a/
   * "Open Music + Music Space = Open Space" http://www.ircam.fr/equipes/repmus/RMPapers/openspace/   * "Open Music + Music Space = Open Space" http://www.ircam.fr/equipes/repmus/RMPapers/openspace/
  
  
-OpenDX+==== OpenDX ==== 
   * tutorials http://www.tc.cornell.edu/services/edu/topics/topics.asp?section=opendx   * tutorials http://www.tc.cornell.edu/services/edu/topics/topics.asp?section=opendx
   * http://www.opendx.org   * http://www.opendx.org
Line 71: Line 79:
   * http://www.opendx.org/SuperviseState/SuperviseState.html   * http://www.opendx.org/SuperviseState/SuperviseState.html
   * related: [[InfoViz]]   * related: [[InfoViz]]
- +comments from kuro5hin thread 
-comments from kuro5hin thread+
  
 Gilles Kahn is responsible for much of the formalism that exists in the dataflow world today. He invented and studied Kahn process networks (with Dave MacQueen) back in the 70's. Since then many computer scientists have invented a whole universe of dataflow models, many of which are base on Kahn's early work. Gilles Kahn is responsible for much of the formalism that exists in the dataflow world today. He invented and studied Kahn process networks (with Dave MacQueen) back in the 70's. Since then many computer scientists have invented a whole universe of dataflow models, many of which are base on Kahn's early work.
 +
 In the late 80's Edward Lee began studying dataflow models and has published some fundamental papers in the field. His research group is responsible for the Ptolemy project which is a graphical programming environment that permits programming in a mixture of dataflow-ish models. http://ptolemy.eecs.berkeley.edu/~eal/ In the late 80's Edward Lee began studying dataflow models and has published some fundamental papers in the field. His research group is responsible for the Ptolemy project which is a graphical programming environment that permits programming in a mixture of dataflow-ish models. http://ptolemy.eecs.berkeley.edu/~eal/
 +
 Related to dataflow programming is the work on the pi calculus, begun by Robin Milner (the inventer of ML) in the early 80's. The goal of pi calculus research is to come up with a simple unifying model of concurrent programming, similar to the lambda calculus for sequential programming. Many pi calculus related links have been assembled at http://lamp.epfl.ch/mobility/ Related to dataflow programming is the work on the pi calculus, begun by Robin Milner (the inventer of ML) in the early 80's. The goal of pi calculus research is to come up with a simple unifying model of concurrent programming, similar to the lambda calculus for sequential programming. Many pi calculus related links have been assembled at http://lamp.epfl.ch/mobility/
  
 khoros might be interesting, but its proprietary,. http://www.khoral.com/ khoros might be interesting, but its proprietary,. http://www.khoral.com/
- 
  
  
Line 86: Line 94:
 "DATAFLOW PROCESS NETWORKS" Edward A. Lee and Thomas M. Parks, Proceedings of the IEEE, vol. 83, no. 5, pp. 773-801 May, 1995 "DATAFLOW PROCESS NETWORKS" Edward A. Lee and Thomas M. Parks, Proceedings of the IEEE, vol. 83, no. 5, pp. 773-801 May, 1995
 http://citeseer.nj.nec.com/lee95dataflow.html http://citeseer.nj.nec.com/lee95dataflow.html
-KahnNetworks?+KahnNetworks
 Nan C. Shu "Visual Programming: Perspectives and Approaches." 199-221, IBM Systems Journal, Volume 38, 1999 Nan C. Shu "Visual Programming: Perspectives and Approaches." 199-221, IBM Systems Journal, Volume 38, 1999
  
-taxonomy+==== taxonomy ==== 
  
 from (Nan C. Shu) from (Nan C. Shu)
Line 109: Line 118:
         * form systems         * form systems
  
 +----
  
 notes -> [[Visual Programming Notes]] notes -> [[Visual Programming Notes]]
  
  
  • visual_programming.txt
  • Last modified: 2017-06-28 22:22
  • by nik