boot

:boot-clj: https://boot-clj.github.io/ — build tooling for Clojure. Dev chat in #boot-dev
borkdude 2019-02-11T10:12:39.000300Z

> To increase performance this package contains only closed-world code What does this mean?

borkdude 2019-02-11T10:15:13.001200Z

Will boot eventually support local deps like tools.deps?

martinklepsch 2019-02-11T10:40:52.002300Z

@borkdude I think the closed-world refers to "all pieces of the program are known up front" in contrast to dynamic classloading which breaks GraalVM

martinklepsch 2019-02-11T10:41:43.003200Z

I don't know about local deps but would certainly be interesting if boot would support deps.edn and used actual tools.deps as foundation for building the classpath

👍 2