Which GUI toolkit would it make sense to wrap in Clojure?
I am currently开发者_运维问答 using a Java framework called Vaadin with Clojure and I wish there was already a native Clojure wrapping for this. I was wondering which GUI frameworks it would make sense to wrap with Clojure for an awesome web app developmkent experience?
I don't think there is a canonical and complete swing wrapper around yet. There are bit's and pieces, but no real wrappers. Swing being the canonical GUI toolkit for the JVM, it would make sense to wrap it.
Another viable option is Jambi, which would be great as well. I think it makes sense for there to be wrappers for both of them.
精彩评论