Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Graphical Programming Language [closed]

In control engineering or instrumentation, I see Simulink or LabVIEW(G) is pretty popular. In ESL design, I see that Agilent SystemVue is gaining some popularity.

If you see the well established compiler theroy, almost 100% is about the textual language. But how about the graphical language?

Is there any noticable research or discussion about the graphical programming language? In terms of

  • Theory about Graphical Language - syntactic/semantic analysis and whatever relevant
  • expressiveness (Actually, I asked a question about it at SO - What do you mean by the expressiveness of a programming language?)
  • Possibility of the Graphical language
  • ...

Or what do you think about the Graphical Programming Language?

like image 911
prosseek Avatar asked Dec 05 '22 03:12

prosseek


1 Answers

DRAKON is basically a flowchart optimized for readability.

http://drakon-editor.sourceforge.net/DRAKON.pdf

There are editors that can generate source code in C, C++, Python and Tcl.

For example: http://drakon-editor.sourceforge.net/python/python.html

like image 196
Stepan Mitkin Avatar answered Dec 31 '22 13:12

Stepan Mitkin