On Oct 10, 9:08 pm, "Michael Beauregard" <[EMAIL PROTECTED]>
wrote:
> I still don't really see why a multi-threaded UI framework is
> important. You can have a multiple threads use Swing's
> invokeLater(Runnable r) api to submit UI work. And since Clojure fns
> implement Runnable, you can just post fns into Swing to do your UI
> updates. I don't think you even *want* a multi-threaded UI framework
> considering the threading bugs and performance problems it probably
> has (inherent to implementing complex concurrency with old school
> locking semantics).
At the extremely simple end of that scale is gtk-server:
http://www.gtk-server.org/index.html

martin
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to