I've been developing a library to bring Clojure data to Java developers. By 
"Clojure data" I mean both Clojure's persistent immutable data structures 
*and* serialized Edn data. I wanted access to Clojure's capabilities 
without having to use Clojure<->Java interop directly or make use of 
downcasting. Obviously it would be preferable to just use Clojure, but this 
is intended as the next best thing for developers who for whatever reason 
are currently stuck with Java.

https://github.com/rschmitt/dynamic-object

I'm looking for feedback on the design and implementation. The README is 
reasonably thorough, and the tests 
<https://github.com/rschmitt/dynamic-object/tree/master/src/test/java/com/github/rschmitt/dynamicobject>
 
contain hundreds of usage examples. If anyone has any questions, I'll be 
glad to field them here.

-- 
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.

Reply via email to