luminus

Casey 2018-12-10T12:51:48.003100Z

@yogthos any plans to support a deps.edn workflow without lein/boot?

yogthos 2018-12-10T14:30:01.004200Z

personally, I don't see a lot of value in using deps.edn over lein for large projects, you'd have to write custom scripts for stuff like testing and packaging, and keep them cross-platform

yogthos 2018-12-10T14:31:09.004500Z

since deps really just focuses on dependencies as opposed to the full project lifecycle, you end up having to do everything else yourself