I think it will be far better to model any Clojure GUI libraries on JavaFX rather than straight Swing. In fact, some code samples people have posted here remind me of JavaFX code.
Don Sym, of F# develops his programs on the command line, instantiating GUIs along the way to peek inside data structures or to keep and eye on how values of variables change. Clojure certainly should be able to do that, as long as the library is designed with that in mind. On Oct 8, 4:07 pm, Mitch <[EMAIL PROTECTED]> wrote: > I'm interested in doing a GUI program in clojure, but the functional > style of clojure doesn't seem to blend too well with the normal Java > GUI libraries. Does anybody have any advice on using clojure for GUI > programming? I've seen Rich's ants demo, but that isn't really an > event driven GUI program (just a nice display for his simulation). > Has anyone tried using of the GUI building tools for Java with > clojure? I feel like these could help a lot, but I'm not sure. > > Thanks, > Mitch --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
