graalvm

Discuss GraalVM related topics. Use clojure 1.10.2 or newer for all new projects. Contribute to https://github.com/clj-easy/graal-docs and https://github.com/BrunoBonacci/graalvm-clojure. GraalVM slack: https://www.graalvm.org/slack-invitation/.
souenzzo 2020-12-28T18:54:58.257900Z

Do requiring-resolve works if I load all required classpaths in my main ns? (works just as "symbol lookup", without load anything new)

borkdude 2020-12-28T23:17:16.258300Z

should work, but it will bloat your binary a little bit more than necessary

1👍