James Thornton: > What are some examples of idiomatic Clojure/Java interop libraries that I can > study?
https://github.com/michaelklishin/pantomime https://github.com/michaelklishin/urly https://github.com/michaelklishin/monger https://github.com/michaelklishin/welle https://github.com/michaelklishin/quartzite https://github.com/clojurewerkz/romulan These were written over the course of ~ 9 months and vary in size, scope, complexity and code quality but all have some form of interoperability, including heavy use of protocols, reify and related features for interop purposes. In case you'd need gen-class examples, take a look at https://github.com/michaelklishin/quartzite.listeners.amqp MK -- 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 Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en