boot

:boot-clj: https://boot-clj.github.io/ — build tooling for Clojure. Dev chat in #boot-dev
dave 2019-05-30T01:39:25.004100Z

i hacked together a little boot prepl task in my profile.boot. it's handy for starting a prepl in the context of whatever boot project you're working on. linking it here in case anyone finds it useful: https://github.com/daveyarwood/dotfiles/commit/74ee8cc6bc5550df871620cf121e6283490c2c08

flyboarder 2019-05-30T05:11:56.000700Z

@dave more than willing to accept a pr for that

flyboarder 2019-05-30T05:36:26.001600Z

I think I found the problem with #745 - fix coming tomorrow

dave 2019-05-30T13:07:25.001700Z

cool! i'll take a stab at it

dave 2019-05-30T13:08:21.002200Z

the prepl task could have a -c / --client flag, like the repl task

flyboarder 2019-05-30T22:31:44.003Z

Yeah if we could get them with matching options that would be even better!

flyboarder 2019-05-30T22:31:58.003400Z

Give our users a drop in replacement

👍 1