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/.
2020-08-19T11:37:10.005300Z

Is it possible to compile some sort of cross platform ui with graalvm now?

borkdude 2020-08-19T11:58:40.005900Z

GraalVM does not do cross-compilation, so you have to set up some infra to compile for each platform, but I think people have gotten JavaFX to work with it

2020-08-19T12:25:15.006500Z

Thanks!

borkdude 2020-08-19T21:17:26.007500Z

Updated the fix library for graalvm java11 and clojure.lang.Reflector to 20.2.0: https://github.com/borkdude/clj-reflector-graal-java11-fix

1👍
lread 2020-08-19T22:41:04.008200Z

Thanks!