Fork me on GitHub
#yada
<
2018-03-27
>
feihong00:03:57

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?

danielcompton00:03:32

I have (user/reset) bound to a key command in Cursive

danielcompton00:03:50

the tricky thing is sometimes you don't want to reset on a file change cause you're in a broken state

👍 4
matan12:03:03

@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

dominicm12:03:50

For vim, I wrote vim-replant which can automatically find your stop/start functions and runs them without config.

dominicm12:03:57

While we're flexing 😁