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/.
benedek 2021-03-31T18:43:19.066100Z

I went back to that toy project of mine trying to make clojure, graalvm/native-image and javafx play together. and failed again. created this issue: https://github.com/gluonhq/client-maven-plugin/issues/311 what I did manage to make work is compiling a mixed java/clojure project with native-image where the UI is java with javafx and the ‘logic’ is clojure. a very small win, but this might enable me to compile my little ant simulator/game with native-image. HelloFX mixed java/clojure source project is here: https://github.com/benedekfazekas/clj-hellofx/tree/java-clj-mixed executable for osx here: https://github.com/benedekfazekas/clj-hellofx/actions/runs/705704936

2🙌