Fork me on GitHub
#boot
<
2019-02-11
>
borkdude10:02:39

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

borkdude10:02:13

Will boot eventually support local deps like tools.deps?

martinklepsch10:02:52

@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

martinklepsch10:02:43

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

👍 10