yada

feihong 2018-03-27T00:08:57.000284Z

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?

danielcompton 2018-03-27T00:10:32.000095Z

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

danielcompton 2018-03-27T00:10:50.000223Z

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

👍 1
matan 2018-03-27T12:42:03.000363Z

@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

dominicm 2018-03-27T12:51:50.000334Z

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

dominicm 2018-03-27T12:51:57.000175Z

While we're flexing 😁