On Feb 20, 10:02 pm, Kasim <[email protected]> wrote: > Hi, > I am a web developer and would like to write a small Desktop UI > application in Clojure for the popular Simplenote > app.http://simplenoteapp.com/ > I was wondering what UI framework I should use. Anyone out there care > to suggest one that works best with Clojure?
Swing is certainly the "default", most commonly used and well supported (see swing-utils and miglayout at http://richhickey.github.com/clojure-contrib/). That said, people seem to have used SWT and even Qt Jambi in Clojure with some success. Best Regards, Joonas -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
