Anyone compiled a cljfx app with GraalVM? I think it can only work ATM with https://docs.gluonhq.com/, has anyone used it with clojure?
@ericdallo Do you want to make an emacs with clojure?
hahahah not really, it's a new opensource idea I had but it'd need to use java fx or java awt, but both don't play well on graalvm yet
@ericdallo I listened to a podcast with Johan Vos (from Gluon): https://adambien.blog/roller/abien/entry/javafx_everywhere_also_in_app In that episode he told that it is possible to use GraalVM and JavaFX without Gluon, maybe best to contact him
Maybe he hangs out in the GraalVM slack: https://app.slack.com/client/TN37RDLPK (native-image channel)
Also you can read the logs from this channel, there have been other people trying it
I believe it hinged on some "initialize-at-build-time" issue
Nice, I'm trying right now the gluon and it seems promising