Anyone know a way I would be able to leave a running quil sketch open while updating and eval the update function and have it reflect in the already open instance?
Do you mean at production time and not at development time?
I think a simple answer to your question is: put the function in an atom and update it there when needed, deref it where you want to call the function...?
But I don't understand the context 🙂
actually it worked, I was changing the wrong function setup
instead of the draw function.