cljfx

https://github.com/cljfx/cljfx
victorb 2020-01-05T12:42:23.026Z

did a quick test trying to get graalvm + cljfx to work together, but didn't get very far. Got a repo up in case someone else wants to give it a try https://github.com/victorb/cljfx-graalvm/

vikeri 2020-01-08T15:49:09.000100Z

Really cool, but yeah I still have issues whenever I try to compile anything non-trivial with Graal…

victorb 2020-01-11T14:41:52.002200Z

Same here. Anything involving http/websocket servers + various GUI stuff is still far off of being "then just run native-image to get binary", but I guess that's expected, GraalVM is still young

vikeri 2020-01-11T20:43:24.002400Z

Yeah, not ideal that HTTP of all functionality is tricky though. Removes many scripting use cases

vlaaad 2020-01-05T13:15:40.026100Z

Cool, thanks for sharing! I have a vague memory from around half a year ago that javafx is still not supporting graal

2020-01-05T18:40:32.026300Z

Like a game or music player or something - that'd be instructive. Also, about the workflow for development would be a nice start for anyone exploring things with cljfx

vlaaad 2020-01-05T18:42:23.026500Z

There is an interactive development example: https://github.com/cljfx/cljfx/blob/master/examples/e12_interactive_development.clj