Skip to content
Advertisement

Tag: user-interface

What is the best way to do GUIs in Clojure?

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 which could be easily wrapped to s-expressions using some macrology? Any tutorials? Answer I will humbly suggest Seesaw. Here’s a REPL-based tutorial that assumes no Java or Swing knowledge. Seesaw’s a

Advertisement