Has anyone done any GUI development in Clojure which is not based on web stuff? e.g. seesaw, JavaFX Wondering if seesaw is still the best bet for that or if I’m missing something
@pesterhazy if you don't get anyone else, I could do one on Clojure's data structures. I've been rewriting them in Clojure as a learning exercise to be clear as possible
(and in the future, hopefully, compiled by my compiler to be as efficient as the standard ones)
@reitzensteinm I think that sounds very interesting
@nblumoe https://github.com/martinklepsch/electron-and-clojurescript ?
Thanks Paulus, I might go with cljs+electron (that's what I meant by "web stuff"). Was wondering if there are good, "native" alternatives (cross platform desktop, Linux, Win, Mac)
Ah didn't get that part
Yeah, but thank. It seems like not too much was done since I last checked. Guess I will do a spike with seesaw and see how it goes