Fork me on GitHub
#graalvm
<
2021-05-01
>
ericdallo17:05:03

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?

borkdude18:05:48

@ericdallo Do you want to make an emacs with clojure?

catjam 3
ericdallo18:05:36

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

borkdude18:05:49

@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

borkdude18:05:11

Maybe he hangs out in the GraalVM slack: https://app.slack.com/client/TN37RDLPK (native-image channel)

borkdude18:05:36

Also you can read the logs from this channel, there have been other people trying it

borkdude18:05:57

I believe it hinged on some "initialize-at-build-time" issue

ericdallo18:05:17

Nice, I'm trying right now the gluon and it seems promising