On Wednesday, March 9, 2011 3:09:05 PM UTC+1, Baishampayan Ghose wrote: > > > I've released a Clojure wrapper for Neo4j called borneo. > > Purpose of this library is to provide intiutive access to commonly used > > Neo4j operations. It uses official Neo4j Java bindings. It does not use > > Blueprints interface. > > Minor observation, it seems you are using `proxy` to implement > interfaces. Why not use `reify` instead? > Thank you for this remark. reify would be more idiomatic, I'll change it.
proxy is a clojure-neo4j leftover, from which I've forked. Best, Jozef > -- 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