Hi guys, I'm getting started with Clojure, and I'm programming a small gui.
The Java "idiom" for eg. a button, is to create a button object which contains a list of "event listeners (closures/callback functions)" that get called when the button is clicked. This sort of structure relies upon the side-effects of the call-back function. What would be the functional programming equivalent for handling GUI events? Thanks a lot -Patrick --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com 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 -~----------~----~----~----~------~----~------~--~---