cljfx

https://github.com/cljfx/cljfx
Chris K 2020-10-04T06:13:25.091500Z

I see thanks

Chris K 2020-10-04T07:07:23.092200Z

@vlaaad I am using lein and jdk8 and would that be fine? I also got java11 installed but am not using it

vlaaad 2020-10-04T07:19:28.092300Z

It's better to use Java 11 — javafx is stabler there. I would suggest using Clojure's official tools-deps — not as easy to start as with leiningen, but simple, performant and easier to manage in the long run

vlaaad 2020-10-04T07:20:07.092400Z

But Java 8 with leiningen are fine on their own :)