Comment by toxik
10 years ago
This will be abstract, but you seem to know your abstract algebra -- is it possible to do this kind of thing with graphs? It should be, right? And we all know code can be constructed with graphs, so… voila, you can generate code, no?
What do you mean by "code can be constructed with graphs"?
I suppose the GP refers to compilers/interpreters parsing source code into abstract syntax trees (ASTs).
Or maybe to things like PureData, Unreal Engine blueprints, etc