Program in a Program?

Yeah… A drawOtherSketch() function would make my life much easier… Lol

Still, I would use a function or class if I could, but my goal would be to be able to run the sketch, select a .pde file and have the sketch run it. My guess is that I would have to write a function that would process the code, but that is an unreasonable amount of work. Would I have to somehow import processing within processing? Is this completely unreasonable? Thanks for the idea though!