What is GOP and does it relate to either the maths or data structure definitions of graphs?
How does it compare to aop, oop, functional, logic or other paradigms?
What is GOP and does it relate to either the maths or data structure definitions of graphs?
How does it compare to aop, oop, functional, logic or other paradigms?
I have never heard about it before, but a quick Google search seems to suggest that it is basically workflow programming, where the workflows are represented as graphs.
Actually, from what I have read, I don't understand why it's not called state machine programming or rather flowchart programming, since that seems to be basically what it's doing.
For example, this here is an example of a working program in a graph-oriented programming language (in this case Windows Workflow Foundation), taken from MSDN: