zlacker

[return to "Clojure Desktop UI Framework"]
1. roenxi+oa7[view] [source] 2024-08-27 02:09:34
>>duckte+(OP)
Really could use a link to the API docs in the README.md, it is a bit hard to judge when the "documentation" such as they have so far is sparse. But it is nice to see a newish UI project.

I will say I've found Clojure to be a success story for doing GUI work. Projects like Dave Ray's seesaw (https://github.com/clj-commons/seesaw) are an amazing demo of how one man can rearchitect an API like Swing into something that is deceptively fun to use. High hopes that this project goes somewhere that is similarly enjoyable.

◧◩
2. vips7L+re7[view] [source] 2024-08-27 03:09:48
>>roenxi+oa7
There's a lot of languages that just work better for doing declarative ui than Java. Booth Groovy and Scala have wrappers that just make it that much easier.

http://groovy-lang.org/dsls.html#swingbuilder https://github.com/scala/scala-swing

[go to top]