Fork me on GitHub
#quil
<
2017-09-12
>
theeternalpulse03:09:42

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?

reefersleep05:09:02

Do you mean at production time and not at development time?

reefersleep05:09:33

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...?

reefersleep05:09:01

But I don't understand the context 🙂

theeternalpulse17:09:39

actually it worked, I was changing the wrong function setup instead of the draw function.