yazz.com
yazz.com

Reputation: 58786

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?

Upvotes: 3

Views: 294

Answers (1)

Rayne
Rayne

Reputation: 32625

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.

Upvotes: 2

Related Questions