Actually, in my real solution I simply went with multiple PGraphics objects. I did not need to create many processing sketches.
However, the feature may nevertheless be useful.
Now looked at it. I think it should be done like this:
* if the user wants to have several sketches, he calls `quil.applet/applet` with the :no-start parameter and receives a `[prx-obj start-fn]` so that he can store the prx-obj for his needs and call the start-fn when he's ready to init the applet. Also, no def happens for the applet object, the user must take care himself.
* if the user wants the way it it now - he simply uses defsketch as before.
Would that be ok? Or do you think it complicates things?