Guys, I'm looking for a way to call private/protected ctors/methods in a performant manner from Clojure.
I could probably work around my usecases if I coded in Java, but I would rather not add another compile stage to my project unless I absolutely have to... I am currently using reflection and setAccessible from Clojure but I'm not keen on the performance overheads of this approach. Is there not some way that I could create a Clojure module in the same namespace as the Java class and get hold of the functions that I need directly :? Any guidance gratefully received :-) Jules -- 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 --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to clojure+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.