cljfx

https://github.com/cljfx/cljfx
Markus Gustavsson 2019-06-05T07:16:41.002500Z

@borkdude That is cool but nativeimage still has no Windows support and most people you would deliver a desktop application to will be on Windows. Also the Gluon Client plugin only works on macOS currently, not even Linux. So actually using this seems sadly far off. Also, I imagine the compile times to be absolutely horrible and there will probably be no source-level debugging capabilities for the native executable?

borkdude 2019-06-05T07:26:20.002900Z

@markus.gustavsson244 incorrect, GraalVM does have Windows support

borkdude 2019-06-05T07:26:51.003200Z

but the other points may be correct 🙂

Markus Gustavsson 2019-06-05T07:29:24.003500Z

They have Windows support but not for native image right?

Markus Gustavsson 2019-06-05T07:34:09.004800Z

Or maybe there is Windows support for native image. This seems to indicate so https://github.com/oracle/graal/tree/master/substratevm I recently read it is not available yet. I will have to try this.

Markus Gustavsson 2019-06-05T07:34:18.005Z

Thanks for making me look!