Fork me on GitHub
#clojure-berlin
<
2017-01-03
>
nblumoe06:01:41

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

reitzensteinm10:01:41

@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

reitzensteinm10:01:10

(and in the future, hopefully, compiled by my compiler to be as efficient as the standard ones)

pesterhazy10:01:49

@reitzensteinm I think that sounds very interesting

nblumoe18:01:24

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)

pesterhazy19:01:35

Ah didn't get that part

nblumoe19:01:33

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