Is it possible in compile-clj (or uber) to only compile or copy reachable classes from a given entry point? I know this isn't currently supported, more curious if it's even realistic or worthwhile
Isn’t that already the behavior of compile, the function? Just use ns-compile with a single ns?
@borkdude yes, that is specifically something we rely on at work @ben.sless
Compile is a side effect of load, which will load the full transitive set of required by default