integrant

2017-05-23T06:13:05.765072Z

@andrewmcveigh It might be a bit tricky since the handlar tends to not end up in a top-level var when using integrant. I'm not sure if it's possible (and it feels a bit hacky), but perhaps you could do (ig/init config) in :init, get the handler from the system map and dynamically def it in a var that you use with :handler?

2017-05-23T07:24:29.362162Z

@curlyfry Thanks, yes that's what I was working towards yesterday but you're right, it feels a bit hacky.