What is the best way to do GUIs in Clojure?
Is there an example of some functional Swing or SWT wrapper? Or some integration with JavaFX declarative GUI description
I asked myself the same question of writing a GUI in Clojure with Swing and came up with the library signe
It lets you use represent your domain model as a single Clojure data structure wrapped inside an atom.
See the examples here.