Interestingly, the idea of presenting and executing programs using graphs. Some model without a stack, where each node on the graph represents a function, and the edges represent arguments for the functions. Thus, the function does not return the result to its caller, but passes the result as an argument to another node function. Complete stupidity? Or maybe it's just a state machine in disguise? Any actual implementations of this anywhere?
source
share