Graph processing and representation (Graep)
Jump to navigation
Jump to search
Graep means Graph processing and representation. Graep tries to unite Topology, Category theory, Graph Theory and functional programming. The basic idea is that you have a coloured typed petri net whose edges are arrows. Thus you can use all the arrow operations on them. Since the Graphs are topologies you can use topological glues to build up your program in a CW simplex like way. Graph Theory will help you to determine ie. wheather the graph is cycle free, which tells you if you can fold the whole program to a single arrow.
The idea of this page is that everyone can help in pushing this idea forward and to keep track of the progress.