You may want to dig a little deeper into why reify was not working for you. As far as I can tell, the classes created by reify do have a public, no-arg constructor, as you require:
user> (-> (reify Runnable (run [_])) type .getConstructors seq) (#<Constructor public user$eval1908$reify__1909(clojure.lang.IPersistentMap)> #<Constructor public user$eval1908$reify__1909()>) - Chris -- 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