beginners

rschmukler 2025-04-29T14:16:23.185059Z

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?

Bob B 2025-04-29T14:20:18.157149Z

depending on context, add-watch might be sufficient

rschmukler 2025-04-29T14:22:26.589679Z

Hahaha yep! That worked. I don't know why I didn't think to try it. 🤯 Thanks a bunch!