Hello everyone,
Do any of you know of any interface layers that would help me use Swing with Clojure? I'm learning Clojure and I think that the functional model of computation is well suited to event driven systems, such as GUIs. Unfortunately, Swing, as it stands, isn't very usable with Clojure because of the way it requires you create classes in order to implement event handlers. So, do any of you know of any tools or resources that would help me create a Swing GUI with Clojure? Or, in case I'm on a fool's errand, what would be a good way of creating a GUI with Clojure? I only chose Swing because it's the default option for creating a GUI on the JVM.
Thanks in advance,
Rohit Patnaik