Fork me on GitHub
#graalvm
<
2023-04-15
>
borkdude18:04:27

would be nice to have an example in clojure, perhaps as part of clj-easy graalvm-clojure?

ericdallo18:04:22

yeah, sounds like a good idea add there

ericdallo18:04:02

I was following that issue for one year because I want to create a native-image clojure app using JavaFX, would be really nice if that works

lread22:04:49

Would be interesting to see if it also works on Windows.

👍 2
souenzzo11:04:54

bb.cljfx is is coming :eyes"

borkdude11:04:27

steps to get there: 1. write a clojure project that uses cljfx (or raw javafx) 2. compile to native 3. test cross-platform 4. then include SCI to test interop stuff so we can dynamically build UIs

borkdude11:04:54

if we get to 4 then bb.cljfx might be feasible. still gotta think about the image size consequences etc of course, but these are things to checkout in the meanwhile

2