> To increase performance this package contains only closed-world code What does this mean?
Will boot eventually support local deps like tools.deps?
@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
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