cljfx

https://github.com/cljfx/cljfx
vlaaad 2020-04-02T07:47:20.027100Z

I experimented a bit with substrate (gluon library that helps with compiling javafx apps to native images). No luck so far, but there is a branch native-image in cljfx/hn repo, and you can see current status here: https://github.com/cljfx/hn/blob/native-image/build/native_image.clj

victorb 2020-04-02T10:49:18.028100Z

@vlaaad that's very cool, re gluon, I'm very excited to get graal + cljs to work together, will see if I can free up some time to look if I can help somehow