Re: Which GUI toolkit would you like to see wrapped in an idiomatic Clojure library?

2010-05-31 Thread laseray
Let the best decider of a GUI toolkit be based on pragmatism and design philosophy. To that end Swing wins. Clojure runs on JVM and takes advantage of anything Java that it does not provide for in a Lispy way. Swing is just another one of those things automatically there, which can have a nice la

Re: Which GUI toolkit would you like to see wrapped in an idiomatic Clojure library?

2010-05-30 Thread laseray
On May 29, 10:29 pm, Daniel wrote: > You could be really odd and write a wrapper for Edje. > > http://trac.enlightenment.org/e/wiki/Edje > > Not a serious recommendation, really.  I just don't have any strong > positive opinions regarding any of the others except for QT, and as > you say I

Re: Which GUI toolkit would you like to see wrapped in an idiomatic Clojure library?

2010-05-28 Thread laseray
+1 Swing If I had my druthers I would go with QtJambi, but since Nokia dropped development for that it has not been able to keep pace with Qt. So that would be immediately out of sync. Plus the need for platform native compiled code is a minus. Fine for the main three (Linux, Mac, Windows) with pr