Is there a procedural graphical programming environment?
Posted
by
Marc
on Programmers
See other posts from Programmers
or by Marc
Published on 2014-06-03T13:37:26Z
Indexed on
2014/06/03
15:53 UTC
Read the original article
Hit count: 425
I am searching for a graphical programming environment for procedural programming in which you can integrate some or all of the common sources of calculation procedures, such as Excel sheets, MATLAB scripts or even .NET assemblies. I think of something like a flowchart configurator in which you define the procedures via drag& drop using flow-statements (if-else, loops, etc.).
Do you know of any systems heading in this direction?
© Programmers or respective owner