clojure-berlin

where Berlin peeps hang out
nblumoe 2017-01-03T06:53:41.000009Z

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

reitzensteinm 2017-01-03T10:24:41.000010Z

@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

reitzensteinm 2017-01-03T10:25:10.000011Z

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

pesterhazy 2017-01-03T10:28:49.000012Z

@reitzensteinm I think that sounds very interesting

nblumoe 2017-01-03T18:59:24.000015Z

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)

pesterhazy 2017-01-03T19:03:35.000016Z

Ah didn't get that part

nblumoe 2017-01-03T19:05:33.000017Z

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