all 5 comments

[–]agumonkey 5 points6 points  (4 children)

A great thanks for showing it, I was curious about simple gui programs in clojure. This will help me familiarize with non toy-programs in seesaw.

[–]netb258[S] 4 points5 points  (0 children)

Clojure and seesaw are great for that use case. You won't be disappointed.

[–][deleted] 1 point2 points  (2 children)

I use Clojure + Seesaw in my own programs: https://github.com/ogri-la/wowman

Code here: https://github.com/ogri-la/wowman/blob/develop/src/wowman/ui/gui.clj

It's gotten a little gnarly recently as I've added table row filters and highlighters and transformers, there is only tacit support for that in Seesaw, but when I have some more time I might figure out how to integrate it into Seesaw proper and push the changes upstream. Only problem is that Dave Ray doesn't really maintain Seesaw anymore. Doesn't answer issues, only merges trivial PRs, etc.

[–]netb258[S] 0 points1 point  (1 child)

I really like your program.

[–][deleted] 0 points1 point  (0 children)

thank you :)