graalvm

ericdallo 2023-04-15T18:10:39.141819Z

https://github.com/oracle/graal/issues/403#issuecomment-1509716249 working without that gluon stuff 👀

😮 3
🎉 8
borkdude 2023-04-15T18:23:27.108729Z

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

ericdallo 2023-04-15T18:31:22.630319Z

yeah, sounds like a good idea add there

ericdallo 2023-04-15T18:32:02.192979Z

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

lread 2023-04-15T22:35:49.772029Z

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

👍 1
souenzzo 2023-04-20T11:29:54.355769Z

bb.cljfx is is coming :eyes"

borkdude 2023-04-20T11:32:03.691169Z

:-D

borkdude 2023-04-20T11:32:09.737939Z

hmmm.....

borkdude 2023-04-20T11:33:27.039869Z

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

borkdude 2023-04-20T11:33:54.599149Z

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

🤔 1