In the edge project, is there an easy way to make it automatically invoke (reset) whenever you change a .clj file? Or is that better accomplished via some kind of editor integration?
I have (user/reset)
bound to a key command in Cursive
the tricky thing is sometimes you don't want to reset on a file change cause you're in a broken state
@tanzoniteblack thanks a lot, good to know they work well together. I've actually looked at the timbre source code once and got quite scared from the way it's organized 🙂 but I guess despite the mess within the source code (at least at the time) it somehow works well
For vim, I wrote vim-replant which can automatically find your stop/start functions and runs them without config.
While we're flexing 😁