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/.
2021-06-15T11:10:38.113200Z

@borkdude: Looking at refl I see that the code to compute the classpath is duplicated in bb.edn and compile.clj - is there a good way to dry that up?

2021-06-15T11:11:19.113600Z

Presumably it should always run with the same aliases etc

2021-06-15T11:12:21.114100Z

I guess compile.clj could read the classpath as its sole command-line-arg… I’ll try that

2021-06-16T14:24:04.134100Z

@borkdude: FYI this ⬆️ does seem to work; it’s a possible improvement I could issue a PR if you’re interested.

borkdude 2021-06-16T14:27:35.134500Z

yeah, I think that makes sense. There is already a classpath task as well in the bb.edn

borkdude 2021-06-16T14:27:47.134700Z

which we should feed into this script probably instead of hardcoding it

2021-06-16T14:28:14.134900Z

funny you should mention that; that’s exactly what I did 🙂

2021-06-16T14:28:50.135100Z

but I did it in my project, not your repo.