I'm using some legacy inhouse java libraries that are pretty complicated (lots of boilerplate and ugly code bloat to produce something useful). I would like to build a facade in clojure and provide a jar file so that this clojure facade can be easily used by java developers that do not know anything at all about clojure (they're scared to death when I show them clojure code).
Is this possible? I mean in clojure we do not have "objects" and methods. So how would the java folks use my classes (the facade) that clojure complier produces? What would be a good design of my clojure code so that it can be used easily by java developers? I'm somehow lost as clojure is not OO. Thx. - Finn -- 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