Hello kind folks! Is there any way to get a callback when a var is redefined without something like nrepl middleware? Otherwise I can just do polling in a fiber but just wondering if the runtime provides anything?
depending on context, add-watch might be sufficient
Hahaha yep! That worked. I don't know why I didn't think to try it. 🤯 Thanks a bunch!