Fork me on GitHub
#integrant
<
2022-02-15
>
mkvlr19:02:36

we’re using integrant for everything, including starting our nrepl server. I’d like to make a change to start a partial server with only the nrepl key first, and boot the rest of the system in a second step, in order to reduce our time to repl. For this, I believe it might be good for integrant.repl/resume to also take a third (optional) keys arg. This could also be used in reset to only resume keys that have previously be started. Happy to make a PR if folks think this is reasonable or learn about better ways to achieve this.